|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Immutable insets representing rectangular window decoration insets on all four edges in window units. More...
Public Member Functions | |
| int | getLeftWidth () |
| int | getRightWidth () |
| int | getTotalWidth () |
| int | getTopHeight () |
| int | getBottomHeight () |
| int | getTotalHeight () |
| boolean | equals (Object obj) |
| Checks whether two rect objects are equal. More... | |
| int | hashCode () |
Immutable insets representing rectangular window decoration insets on all four edges in window units.
Definition at line 37 of file InsetsImmutable.java.
| boolean com.jogamp.nativewindow.util.InsetsImmutable.equals | ( | Object | obj | ) |
Checks whether two rect objects are equal.
Two instances of Insets are equal if the four integer values of the fields left, right, top, and bottom are all equal.
true if the two Insets are equal; otherwise false. Implemented in com.jogamp.nativewindow.util.Insets.
| int com.jogamp.nativewindow.util.InsetsImmutable.getBottomHeight | ( | ) |
Implemented in com.jogamp.nativewindow.util.Insets.
| int com.jogamp.nativewindow.util.InsetsImmutable.getLeftWidth | ( | ) |
Implemented in com.jogamp.nativewindow.util.Insets.
| int com.jogamp.nativewindow.util.InsetsImmutable.getRightWidth | ( | ) |
Implemented in com.jogamp.nativewindow.util.Insets.
| int com.jogamp.nativewindow.util.InsetsImmutable.getTopHeight | ( | ) |
Implemented in com.jogamp.nativewindow.util.Insets.
| int com.jogamp.nativewindow.util.InsetsImmutable.getTotalHeight | ( | ) |
top_height + bottom_height Implemented in com.jogamp.nativewindow.util.Insets.
| int com.jogamp.nativewindow.util.InsetsImmutable.getTotalWidth | ( | ) |
left_width + right_width Implemented in com.jogamp.nativewindow.util.Insets.
| int com.jogamp.nativewindow.util.InsetsImmutable.hashCode | ( | ) |
Implemented in com.jogamp.nativewindow.util.Insets.