|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--MMPoint
Defined in MultimapAPI
| Field Summary | |
Object |
x
The x value for the point. |
Object |
y
The y value for the point. |
| Constructor Summary | |
MMPoint
( <Object> x, <Object> y )
A simple object to describe a point that has X and Y values. |
|
| Method Summary | |
MMPoint
|
copy()
Function to make a copy of the object in a new object. |
String
|
toString()
Function to return a simple string representation of the object. |
| Field Detail |
Object x
Object y
| Constructor Detail |
MMPoint( <Object> x, <Object> y )
x - The x value for the point.
y - The y value for the point.
| Method Detail |
MMPoint copy()
String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||