Class fever.display.style.JointStyle

Description

Enumeration of constant values that specify the joint style to use in drawing lines.

Field Index

BEVEL, MITER, ROUND

Field Detail

BEVEL

static public BEVEL:String
Used to specify beveled joints in the joints parameter of the net.customactions.net.fever.display.Graphics.lineStyle() method.

MITER

static public MITER:String
Used to specify mitered joints in the joints parameter of the net.customactions.net.fever.display.Graphics.lineStyle() method.

ROUND

static public ROUND:String
Used to specify round joints in the joints parameter of the net.customactions.net.fever.display.Graphics.lineStyle() method.