| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.Dimension
Field Summary | |
| public | height: Number |
| The height of this dimension | |
| public | width: Number |
| The width of this dimension | |
Constructor | |
| public | Dimension ( width: Number, height: Number) |
| Constructs a Dimension and initializes it to the specified width and specified height. | |
Method Summary | |
| public | clone ( ): Object |
| Make a copy of this dimension object | |
| public | equals ( d: Dimension ): Boolean |
| Check whether two Dimension obects are equal | |
| public | toString ( ): String |
| converts the specified object to a string and returns it. | |
| public var height: Number |
| The height of this dimension |
| public var width: Number |
| The width of this dimension |
|
| Constructs a Dimension and initializes it to the specified width and specified height. |
|
| Make a copy of this dimension object |
|
|
| Check whether two Dimension obects are equal Check whether two Dimension objects have the same width and height properties | |||
|
|
| converts the specified object to a string and returns it. |