|
MapQuest Advantage TileMap Toolkit Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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(<int> w, <int> h)
w - width dimension.
h - height dimension.
| Method Detail |
int getHeight()
int getWidth()
void setHeight(<int> h)
h - height dimension.
void setWidth(<int> w)
w - width dimension.
string toString()
MQSize.
The format is "width,height".MQSize.
|
MapQuest Advantage TileMap Toolkit Reference Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||