|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Immutable Point interface. More...
Public Member Functions | |
| int | getX () |
| int | getY () |
| int | compareTo (final PointImmutable d) |
| boolean | equals (Object obj) |
| Checks whether two points objects are equal. More... | |
| int | hashCode () |
Immutable Point interface.
Definition at line 35 of file PointImmutable.java.
| int com.jogamp.nativewindow.util.PointImmutable.compareTo | ( | final PointImmutable | d | ) |
Compares the square of the position.
Implemented in com.jogamp.nativewindow.util.Point.
| boolean com.jogamp.nativewindow.util.PointImmutable.equals | ( | Object | obj | ) |
Checks whether two points objects are equal.
Two instances of PointReadOnly are equal if the two components y and x are equal.
true if the two points are equal; otherwise false. Implemented in com.jogamp.nativewindow.util.Point.
| int com.jogamp.nativewindow.util.PointImmutable.getX | ( | ) |
| int com.jogamp.nativewindow.util.PointImmutable.getY | ( | ) |
| int com.jogamp.nativewindow.util.PointImmutable.hashCode | ( | ) |
Implemented in com.jogamp.nativewindow.util.Point.