MapQuest Advantage TileMap Toolkit Reference Documentation

Class MQSize

Object
   |
   +--MQSize

class MQSize


Represents a Size containing a width and a height.
Defined in utils.js


Constructor Summary
MQSize (<int> w, <int> h)
            Constructs a MQSize object.
 
Method Summary
 int getHeight()
           Gets the height of the size object.
 int getWidth()
           Gets the width of the size object.
 void setHeight(<int> h)
           Sets the height of the size object.
 void setWidth(<int> w)
           Sets the width of the size object.
 string toString()
           Returns a string representation of this MQSize.

Constructor Detail

MQSize

MQSize(<int> w, <int> h)

Method Detail

getHeight

int getHeight()

getWidth

int getWidth()

setHeight

void setHeight(<int> h)

setWidth

void setWidth(<int> w)

toString

string toString()

MapQuest Advantage TileMap Toolkit Reference Documentation

Documentation generated by JSDoc on Tue Oct 16 08:04:28 2007