| Constant | Defined 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 | ||
| BEZIER_TO | Constant |
public static const BEZIER_TO:int = 10| CLOSE_PATH | Constant |
public static const CLOSE_PATH:int = 100| CURVE_TO | Constant |
public static const CURVE_TO:int = 3| LINE_TO | Constant |
public static const LINE_TO:int = 2| MOVE_TO | Constant |
public static const MOVE_TO:int = 1| NO_OP | Constant |
public static const NO_OP:int = 0