Packagestimulsoft.flex.base.geometry
Classpublic class StiPoint
InheritanceStiPoint Inheritance Object
Implements IStiStructure



Public Properties
 PropertyDefined By
  empty : StiPoint
[static] [read-only]
StiPoint
  isEmpty : Boolean
[read-only]
StiPoint
  x : Number
StiPoint
  y : Number
StiPoint
Public Methods
 MethodDefined 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
  
Creates a shallow copy of the current Collection.
StiPoint
  
move(deltaX:Number, deltaY:Number):StiPoint
StiPoint
  
round(digits:int = 0):StiPoint
StiPoint
  
StiPoint
  
toString():String
StiPoint
Property Detail
emptyproperty
empty:StiPoint  [read-only]


Implementation
    public static function get empty():StiPoint
isEmptyproperty 
isEmpty:Boolean  [read-only]


Implementation
    public function get isEmpty():Boolean
xproperty 
public var x:Number

yproperty 
public var y:Number

Constructor Detail
StiPoint()Constructor
public function StiPoint(x:Number = 0, y:Number = 0)



Parameters
x:Number (default = 0)
 
y:Number (default = 0)
Method Detail
add()method
public function add(pt:StiPoint, sz:StiSize):StiPoint

Parameters

pt:StiPoint
 
sz:StiSize

Returns
StiPoint
clone()method 
public function clone(... args):Object

Creates a new object that is a copy of the current instance.

Parameters

... args

Returns
Object
equals()method 
public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
getFlexPoint()method 
public function getFlexPoint():Point

Returns
Point
memberwiseClone()method 
public function memberwiseClone():Object

Creates a shallow copy of the current Collection.

Returns
Object
move()method 
public function move(deltaX:Number, deltaY:Number):StiPoint

Parameters

deltaX:Number
 
deltaY:Number

Returns
StiPoint
round()method 
public function round(digits:int = 0):StiPoint

Parameters

digits:int (default = 0)

Returns
StiPoint
subtract()method 
public function subtract(pt:StiPoint, sz:StiSize):StiPoint

Parameters

pt:StiPoint
 
sz:StiSize

Returns
StiPoint
toString()method 
public function toString():String

Returns
String