A rectangle with specified origin and size.
More...
|
| Rectangle (float x, float y, float width, float height) |
| Default constructor for class Rectangle.
|
|
float | getX () |
| rectangle's origin x coordinate.
|
|
float | getY () |
| rectangle's origin y coordinate.
|
|
float | getWidth () |
| rectangle's width.
|
|
float | getHeight () |
| rectangle's height.
|
|
String | toString () |
|
A rectangle with specified origin and size.
Definition at line 14 of file Rectangle.java.
◆ Rectangle()
com.navigine.idl.java.Rectangle.Rectangle |
( |
float | x, |
|
|
float | y, |
|
|
float | width, |
|
|
float | height ) |
|
inline |
◆ getHeight()
float com.navigine.idl.java.Rectangle.getHeight |
( |
| ) |
|
|
inline |
◆ getWidth()
float com.navigine.idl.java.Rectangle.getWidth |
( |
| ) |
|
|
inline |
◆ getX()
float com.navigine.idl.java.Rectangle.getX |
( |
| ) |
|
|
inline |
rectangle's origin x
coordinate.
- Returns
Definition at line 44 of file Rectangle.java.
◆ getY()
float com.navigine.idl.java.Rectangle.getY |
( |
| ) |
|
|
inline |
rectangle's origin y
coordinate.
- Returns
Definition at line 53 of file Rectangle.java.
◆ toString()
String com.navigine.idl.java.Rectangle.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: