Packagepegas.draw
Classpublic class ArcType

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.