Class MMDimensions

Object
   |
   +--MMDimensions

class MMDimensions

Defined in MultimapOpenAPI


Field Summary
 Object height
          The height part of the dimensions.
 Object width
          The width part of the dimensions.
 
Constructor Summary
MMDimensions ( <Object> width, <Object> height )
            A simple object for describing the dimensions of an object.
 
Method Summary
 MMDimensions 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

height

Object height

width

Object width

Constructor Detail

MMDimensions

MMDimensions( <Object> width, <Object> height )

Method Detail

copy

MMDimensions copy()

toString

String toString()


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