| Package | stimulsoft.flex.base.geometry |
| Class | public class StiPoint |
| Inheritance | StiPoint Object |
| 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):StiPointParameters
pt:StiPoint | |
sz:StiSize |
StiPoint |
| clone | () | method |
public function clone(... args):ObjectCreates a new object that is a copy of the current instance.
Parameters
... args |
Object |
| equals | () | method |
public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| getFlexPoint | () | method |
public function getFlexPoint():PointReturnsPoint |
| memberwiseClone | () | method |
public function memberwiseClone():ObjectCreates a shallow copy of the current Collection.
ReturnsObject |
| move | () | method |
public function move(deltaX:Number, deltaY:Number):StiPointParameters
deltaX:Number | |
deltaY:Number |
StiPoint |
| round | () | method |
| subtract | () | method |
public function subtract(pt:StiPoint, sz:StiSize):StiPointParameters
pt:StiPoint | |
sz:StiSize |
StiPoint |
| toString | () | method |
public function toString():StringReturnsString |