Class MMPoint

Object
   |
   +--MMPoint

class MMPoint

Defined in MultimapOpenAPI


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.
 void forceNumbers()
           Function to ensure the attributes stored are floating point numbers.
 String toString()
           Function to return a simple string representation of the object.

Field Detail

x

Object x

y

Object y

Constructor Detail

MMPoint

MMPoint( <Object> x, <Object> y )

Method Detail

copy

MMPoint copy()

forceNumbers

void forceNumbers()

toString

String toString()


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008