Class DwtRectangle
Class Detail
DwtRectangle(x, y, width, height)
Creates a rectangle.
Author: Ross Dargahi.
Field Detail
{number}
height
The height.
{number}
width
The width.
{number}
x
The x-coordinate.
{number}
y
The y-coordinate.
Method Detail
set(x, y, width, height)
Sets the values of the rectangle.
{string}
toString()
Returns a string representation of the object.
|
||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:26 GMT-0400 (EDT)
|