| Package | stimulsoft.report.export.tools |
| Class | public class StiRectangleInt |
| Inheritance | StiRectangleInt StiObject Object |
| Implements | IStiEquals |
| Property | Defined 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 | ||
| Method | Defined 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 | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiRectangleInt | ||
| bottom | property |
bottom:int public function get bottom():int public function set bottom(value:int):void| empty | property |
| height | property |
height:int public function get height():int public function set height(value:int):void| isEmpty | property |
isEmpty:Boolean [read-only] public function get isEmpty():Boolean| left | property |
left:int public function get left():int public function set left(value:int):void| location | property |
| right | property |
right:int public function get right():int public function set right(value:int):void| serializeProperties | property |
serializeProperties:String public function get serializeProperties():String public function set serializeProperties(value:String):void| size | property |
| top | property |
top:int public function get top():int public function set top(value:int):void| width | property |
width:int public function get width():int public function set width(value:int):void| x | property |
x:int public function get x():int public function set x(value:int):void| y | property |
y:int public function get y():int public function set y(value:int):void| StiRectangleInt | () | Constructor |
public function StiRectangleInt(x:int = 0, y:int = 0, width:int = 0, height:int = 0)x:int (default = 0) | |
y:int (default = 0) | |
width:int (default = 0) | |
height:int (default = 0) |
| clone | () | method |
override public function clone(... args):ObjectParameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |