-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
double |
getHeight()
Gets the height of the object.
|
double |
getWidth()
Gets the width of the object.
|
double |
getX()
Gets the x-coordinate of the object.
|
double |
getY()
Gets the y-coordinate of the object.
|
-
-
Method Detail
-
getX
double getX()
Gets the x-coordinate of the object.
- Returns:
- The x-coordinate of the object.
-
getY
double getY()
Gets the y-coordinate of the object.
- Returns:
- The y-coordinate of the object.
-
getWidth
double getWidth()
Gets the width of the object.
- Returns:
- The width of the object.
-
getHeight
double getHeight()
Gets the height of the object.
- Returns:
- The height of the object.