Packagestimulsoft.report.export.tools
Classpublic class StiRectangleInt
InheritanceStiRectangleInt Inheritance StiObject Inheritance Object
Implements IStiEquals



Public Properties
 PropertyDefined By
  bottom : int
StiRectangleInt
  empty : StiRectangleInt
[static] [read-only]
StiRectangleInt
  height : int
StiRectangleInt
  isEmpty : Boolean
[read-only]
StiRectangleInt
  left : int
StiRectangleInt
  location : StiPoint
[read-only]
StiRectangleInt
  right : int
StiRectangleInt
  serializeProperties : String
StiRectangleInt
  size : StiSize
[read-only]
StiRectangleInt
  top : int
StiRectangleInt
  width : int
StiRectangleInt
  x : int
StiRectangleInt
  y : int
StiRectangleInt
Public Methods
 MethodDefined By
  
StiRectangleInt(x:int = 0, y:int = 0, width:int = 0, height:int = 0)
StiRectangleInt
  
clone(... args):Object
[override]
StiRectangleInt
  
equals(object:Object):Boolean
[override]
StiRectangleInt
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiRectangleInt
Property Detail
bottomproperty
bottom:int


Implementation
    public function get bottom():int
    public function set bottom(value:int):void
emptyproperty 
empty:StiRectangleInt  [read-only]


Implementation
    public static function get empty():StiRectangleInt
heightproperty 
height:int


Implementation
    public function get height():int
    public function set height(value:int):void
isEmptyproperty 
isEmpty:Boolean  [read-only]


Implementation
    public function get isEmpty():Boolean
leftproperty 
left:int


Implementation
    public function get left():int
    public function set left(value:int):void
locationproperty 
location:StiPoint  [read-only]


Implementation
    public function get location():StiPoint
rightproperty 
right:int


Implementation
    public function get right():int
    public function set right(value:int):void
serializePropertiesproperty 
serializeProperties:String


Implementation
    public function get serializeProperties():String
    public function set serializeProperties(value:String):void
sizeproperty 
size:StiSize  [read-only]


Implementation
    public function get size():StiSize
topproperty 
top:int


Implementation
    public function get top():int
    public function set top(value:int):void
widthproperty 
width:int


Implementation
    public function get width():int
    public function set width(value:int):void
xproperty 
x:int


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


Implementation
    public function get y():int
    public function set y(value:int):void
Constructor Detail
StiRectangleInt()Constructor
public function StiRectangleInt(x:int = 0, y:int = 0, width:int = 0, height:int = 0)



Parameters
x:int (default = 0)
 
y:int (default = 0)
 
width:int (default = 0)
 
height:int (default = 0)
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

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

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object