|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMBox
Defined in MultimapOpenAPI
| Field Summary | |
Object |
bottom
The bottom value for the box. |
Object |
left
The left value for the box. |
Object |
right
The right value for the box. |
Object |
top
The top value for the box. |
| Constructor Summary | |
MMBox
( <Object> top, <Object> right, <Object> bottom, <Object> left )
An object for storing information about a box. |
|
| Method Summary | |
MMBox
|
copy()
Function to return a copy of this object in another object. |
String
|
toString()
Function to return a simple string representation of the object. |
| Field Detail |
Object bottom
Object left
Object right
Object top
| Constructor Detail |
MMBox( <Object> top, <Object> right, <Object> bottom, <Object> left )
top - The top parameter of the box.
right - The right parameter of the box.
bottom - The bottom parameter of the box.
left - The left parameter of the box.
| Method Detail |
MMBox copy()
String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||