Packagegraphics
Classpublic class ArcType
InheritanceArcType Inheritance Object

This static class register all types used to draw an Arc with the ArcPen tool.



Public Constants
 ConstantDefined By
  CHORD : String = chord
[static] The 'chord' type.
ArcType
  NONE : String = none
[static] The 'none' type.
ArcType
  PIE : String = pie
[static] The 'pie' type.
ArcType
Constant Detail
CHORDConstant
public static const CHORD:String = chord

The 'chord' type.

NONEConstant 
public static const NONE:String = none

The 'none' type.

PIEConstant 
public static const PIE:String = pie

The 'pie' type.