Package | stimulsoft.flex.base.geometry |
Class | public class StiPoint |
Inheritance | StiPoint ![]() |
Implements | IStiStructure |
Property | Defined By | ||
---|---|---|---|
empty : StiPoint [static] [read-only] | StiPoint | ||
isEmpty : Boolean [read-only] | StiPoint | ||
x : Number | StiPoint | ||
y : Number | StiPoint |
Method | Defined By | ||
---|---|---|---|
StiPoint(x:Number = 0, y:Number = 0) | StiPoint | ||
StiPoint | |||
clone(... args):Object Creates a new object that is a copy of the current instance. | StiPoint | ||
equals(object:Object):Boolean | StiPoint | ||
getFlexPoint():Point | StiPoint | ||
memberwiseClone():Object Creates a shallow copy of the current Collection. | StiPoint | ||
StiPoint | |||
StiPoint | |||
StiPoint | |||
toString():String | StiPoint |
empty | property |
isEmpty | property |
isEmpty:Boolean
[read-only] public function get isEmpty():Boolean
x | property |
public var x:Number
y | property |
public var y:Number
StiPoint | () | Constructor |
public function StiPoint(x:Number = 0, y:Number = 0)
x:Number (default = 0 )
| |
y:Number (default = 0 )
|
add | () | method |
public function add(pt:StiPoint, sz:StiSize):StiPoint
Parameters
pt:StiPoint | |
sz:StiSize |
StiPoint |
clone | () | method |
public function clone(... args):Object
Creates a new object that is a copy of the current instance.
Parameters
... args |
Object |
equals | () | method |
public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
getFlexPoint | () | method |
public function getFlexPoint():Point
ReturnsPoint |
memberwiseClone | () | method |
public function memberwiseClone():Object
Creates a shallow copy of the current Collection.
ReturnsObject |
move | () | method |
public function move(deltaX:Number, deltaY:Number):StiPoint
Parameters
deltaX:Number | |
deltaY:Number |
StiPoint |
round | () | method |
subtract | () | method |
public function subtract(pt:StiPoint, sz:StiSize):StiPoint
Parameters
pt:StiPoint | |
sz:StiSize |
StiPoint |
toString | () | method |
public function toString():String
ReturnsString |