Package | away3d.core.base |
Class | public class DrawingCommand |
Property | Defined by | ||
---|---|---|---|
pControl : Vertex | DrawingCommand | ||
pEnd : Vertex | DrawingCommand | ||
pStart : Vertex | DrawingCommand | ||
type : String | DrawingCommand |
Method | Defined by | ||
---|---|---|---|
DrawingCommand | |||
toString():String
| DrawingCommand |
Constant | Defined by | ||
---|---|---|---|
CURVE : String = "C" [static]
| DrawingCommand | ||
LINE : String = "L" [static]
| DrawingCommand | ||
MOVE : String = "M" [static]
| DrawingCommand |
pControl | property |
public var pControl:Vertex
pEnd | property |
public var pEnd:Vertex
pStart | property |
public var pStart:Vertex
type | property |
public var type:String
DrawingCommand | () | constructor |
public function DrawingCommand(type:String, pStart:Vertex, pControl:Vertex, pEnd:Vertex)
Parameters
type:String |
|
pStart:Vertex |
|
pControl:Vertex |
|
pEnd:Vertex |
toString | () | method |
public function toString():String
Returns
String |
CURVE | constant |
public static const CURVE:String = "C"
LINE | constant |
public static const LINE:String = "L"
MOVE | constant |
public static const MOVE:String = "M"