Package | stimulsoft.flex.graphics.path |
Class | public class StiPathCommand |
Inheritance | StiPathCommand ![]() |
Subclasses | StiPathCurveTo, StiPathLineTo, StiPathMoveTo |
Property | Defined By | ||
---|---|---|---|
command : int [read-only] | StiPathCommand | ||
x : Number | StiPathCommand | ||
y : Number | StiPathCommand |
Method | Defined 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 |
command | property |
command:int
[read-only] public function get command():int
x | property |
x:Number
public function get x():Number
public function set x(value:Number):void
y | property |
y:Number
public function get y():Number
public function set y(value:Number):void
StiPathCommand | () | Constructor |
public function StiPathCommand(x:Number, y:Number)
x:Number | |
y:Number |
CurveTo | () | method |
public static function CurveTo(x:Number, y:Number, ax:Number, ay:Number):StiPathCurveTo
Parameters
x:Number | |
y:Number | |
ax:Number | |
ay:Number |
StiPathCurveTo |
LineTo | () | method |
public static function LineTo(x:Number, y:Number):StiPathLineTo
Parameters
x:Number | |
y:Number |
StiPathLineTo |
MoveTo | () | method |
public static function MoveTo(x:Number, y:Number):StiPathMoveTo
Parameters
x:Number | |
y:Number |
StiPathMoveTo |