Packageaway3d.core.base
Classpublic class DrawingCommand

Public Properties
 PropertyDefined by
  pControl : Vertex
DrawingCommand
  pEnd : Vertex
DrawingCommand
  pStart : Vertex
DrawingCommand
  type : String
DrawingCommand
Public Methods
 MethodDefined by
  
DrawingCommand
(type:String, pStart:Vertex, pControl:Vertex, pEnd:Vertex)
DrawingCommand
  
toString():String
DrawingCommand
Public Constants
 ConstantDefined by
  CURVE : String = "C"
[static]
DrawingCommand
  LINE : String = "L"
[static]
DrawingCommand
  MOVE : String = "M"
[static]
DrawingCommand
Property detail
pControlproperty
public var pControl:Vertex
pEndproperty 
public var pEnd:Vertex
pStartproperty 
public var pStart:Vertex
typeproperty 
public var type:String
Constructor detail
DrawingCommand()constructor
public function DrawingCommand(type:String, pStart:Vertex, pControl:Vertex, pEnd:Vertex)Parameters
type:String
 
pStart:Vertex
 
pControl:Vertex
 
pEnd:Vertex
Init Parameters
Method detail
toString()method
public function toString():String

Returns
String
Constant detail
CURVEconstant
public static const CURVE:String = "C"
LINEconstant 
public static const LINE:String = "L"
MOVEconstant 
public static const MOVE:String = "M"
Wiki link
Click to go to the wiki page for 'away3d.core.base.DrawingCommand'

Code examples

Comments