|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Immutable Dimension Interface, consisting of it's read only components:
More...
Public Member Functions | |
| int | getHeight () |
| int | getWidth () |
| int | compareTo (final DimensionImmutable d) |
| boolean | equals (Object obj) |
| Checks whether two dimensions objects are equal. More... | |
| int | hashCode () |
Immutable Dimension Interface, consisting of it's read only components:
width height Definition at line 40 of file DimensionImmutable.java.
| int com.jogamp.nativewindow.util.DimensionImmutable.compareTo | ( | final DimensionImmutable | d | ) |
Compares square of size.
Implemented in com.jogamp.nativewindow.util.Dimension.
| boolean com.jogamp.nativewindow.util.DimensionImmutable.equals | ( | Object | obj | ) |
Checks whether two dimensions objects are equal.
Two instances of DimensionReadOnly are equal if two components height and width are equal.
true if the two dimensions are equal; otherwise false. Implemented in com.jogamp.nativewindow.util.Dimension.
| int com.jogamp.nativewindow.util.DimensionImmutable.getHeight | ( | ) |
| int com.jogamp.nativewindow.util.DimensionImmutable.getWidth | ( | ) |
| int com.jogamp.nativewindow.util.DimensionImmutable.hashCode | ( | ) |