Packagestimulsoft.flex.graphics.path
Classpublic class StiPathCommand
InheritanceStiPathCommand Inheritance Object
Subclasses StiPathCurveTo, StiPathLineTo, StiPathMoveTo



Public Properties
 PropertyDefined By
  command : int
[read-only]
StiPathCommand
  x : Number
StiPathCommand
  y : Number
StiPathCommand
Public Methods
 MethodDefined By
  
StiPathCommand(x:Number, y:Number)
StiPathCommand
  
CurveTo(x:Number, y:Number, ax:Number, ay:Number):StiPathCurveTo
[static]
StiPathCommand
  
LineTo(x:Number, y:Number):StiPathLineTo
[static]
StiPathCommand
  
MoveTo(x:Number, y:Number):StiPathMoveTo
[static]
StiPathCommand
Property Detail
commandproperty
command:int  [read-only]


Implementation
    public function get command():int
xproperty 
x:Number


Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number


Implementation
    public function get y():Number
    public function set y(value:Number):void
Constructor Detail
StiPathCommand()Constructor
public function StiPathCommand(x:Number, y:Number)



Parameters
x:Number
 
y:Number
Method Detail
CurveTo()method
public static function CurveTo(x:Number, y:Number, ax:Number, ay:Number):StiPathCurveTo

Parameters

x:Number
 
y:Number
 
ax:Number
 
ay:Number

Returns
StiPathCurveTo
LineTo()method 
public static function LineTo(x:Number, y:Number):StiPathLineTo

Parameters

x:Number
 
y:Number

Returns
StiPathLineTo
MoveTo()method 
public static function MoveTo(x:Number, y:Number):StiPathMoveTo

Parameters

x:Number
 
y:Number

Returns
StiPathMoveTo