Packagefrocessing.core.graphics
Classpublic class FPathCommand
InheritanceFPathCommand Inheritance Object



Public Constants
 ConstantDefined By
  BEZIER_TO : int = 10
[static]
FPathCommand
  CLOSE_PATH : int = 100
[static]
FPathCommand
  CURVE_TO : int = 3
[static]
FPathCommand
  LINE_TO : int = 2
[static]
FPathCommand
  MOVE_TO : int = 1
[static]
FPathCommand
  NO_OP : int = 0
[static]
FPathCommand
Constant Detail
BEZIER_TOConstant
public static const BEZIER_TO:int = 10

CLOSE_PATHConstant 
public static const CLOSE_PATH:int = 100

CURVE_TOConstant 
public static const CURVE_TO:int = 3

LINE_TOConstant 
public static const LINE_TO:int = 2

MOVE_TOConstant 
public static const MOVE_TO:int = 1

NO_OPConstant 
public static const NO_OP:int = 0