-
-
Method Summary
Modifier and Type Method Description static Rectinstantiate()StringgetJsBase()voidgetBottom()Getter for the bottom of a rectangle. voidgetHeight()Getter for the height of a rectangle. voidgetLeft()Getter for the X-coordinate of the left side of a rectangle. voidgetRight()Getter for the X-coordinate of the right side of a rectangle. voidgetTop()Getter for the top of a rectangle. voidgetWidth()Getter for the width of a rectangle. -
-
Constructor Detail
-
Rect
Rect(String jsChart)
-
-
Method Detail
-
instantiate
static Rect instantiate()
-
getBottom
void getBottom()
Getter for the bottom of a rectangle.
-
getHeight
void getHeight()
Getter for the height of a rectangle.
-
getLeft
void getLeft()
Getter for the X-coordinate of the left side of a rectangle.
-
getRight
void getRight()
Getter for the X-coordinate of the right side of a rectangle.
-
getTop
void getTop()
Getter for the top of a rectangle.
-
getWidth
void getWidth()
Getter for the width of a rectangle.
-
-
-
-