Class MMBox

Object
   |
   +--MMBox

class 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

bottom

Object bottom

left

Object left

right

Object right

top

Object top

Constructor Detail

MMBox

MMBox( <Object> top, <Object> right, <Object> bottom, <Object> left )

Method Detail

copy

MMBox copy()

toString

String toString()


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