|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Rectangle with x, y, width and height integer components. More...
Public Member Functions | |
| Recti () | |
| Recti (final Recti o) | |
| Recti | copy () |
| Recti (final int[] xywh) | |
| Recti (final int x, final int y, final int width, final int height) | |
| void | set (final Recti o) |
| this = o, returns this. More... | |
| void | set (final int x, final int y, final int width, final int height) |
| this = { x, y, width, height }, returns this. More... | |
| Recti | set (final int[] xywh) |
| this = xywh, returns this. More... | |
| int[] | get (final int[] xywh) |
| xywh = this, returns xy. More... | |
| int | x () |
| int | y () |
| int | width () |
| int | height () |
| void | setX (final int x) |
| void | setY (final int y) |
| void | setWidth (final int width) |
| void | setHeight (final int height) |
| boolean | isZero () |
| Return true if area is zero. More... | |
| boolean | isEqual (final Recti o) |
| Equals check. More... | |
| boolean | equals (final Object o) |
| String | toString () |
Rectangle with x, y, width and height integer components.
Definition at line 34 of file Recti.java.
| com.jogamp.math.Recti.Recti | ( | ) |
| com.jogamp.math.Recti.Recti | ( | final Recti | o | ) |
Definition at line 42 of file Recti.java.
| com.jogamp.math.Recti.Recti | ( | final int[] | xywh | ) |
Definition at line 50 of file Recti.java.
| com.jogamp.math.Recti.Recti | ( | final int | x, |
| final int | y, | ||
| final int | width, | ||
| final int | height | ||
| ) |
Definition at line 54 of file Recti.java.
| Recti com.jogamp.math.Recti.copy | ( | ) |
| boolean com.jogamp.math.Recti.equals | ( | final Object | o | ) |
| int[] com.jogamp.math.Recti.get | ( | final int[] | xywh | ) |
xywh = this, returns xy.
Definition at line 84 of file Recti.java.
| int com.jogamp.math.Recti.height | ( | ) |
Definition at line 95 of file Recti.java.
| boolean com.jogamp.math.Recti.isEqual | ( | final Recti | o | ) |
Equals check.
| o | comparison value |
Definition at line 112 of file Recti.java.
| boolean com.jogamp.math.Recti.isZero | ( | ) |
Return true if area is zero.
Definition at line 103 of file Recti.java.
| void com.jogamp.math.Recti.set | ( | final int | x, |
| final int | y, | ||
| final int | width, | ||
| final int | height | ||
| ) |
this = { x, y, width, height }, returns this.
Definition at line 67 of file Recti.java.
| Recti com.jogamp.math.Recti.set | ( | final int[] | xywh | ) |
this = xywh, returns this.
Definition at line 75 of file Recti.java.
| void com.jogamp.math.Recti.set | ( | final Recti | o | ) |
this = o, returns this.
Definition at line 59 of file Recti.java.
| void com.jogamp.math.Recti.setHeight | ( | final int | height | ) |
| void com.jogamp.math.Recti.setWidth | ( | final int | width | ) |
| void com.jogamp.math.Recti.setX | ( | final int | x | ) |
| void com.jogamp.math.Recti.setY | ( | final int | y | ) |
| String com.jogamp.math.Recti.toString | ( | ) |
Definition at line 131 of file Recti.java.
| int com.jogamp.math.Recti.width | ( | ) |
Definition at line 94 of file Recti.java.
| int com.jogamp.math.Recti.x | ( | ) |
Definition at line 92 of file Recti.java.
| int com.jogamp.math.Recti.y | ( | ) |
Definition at line 93 of file Recti.java.