|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PointImmutable
Immutable Point interface
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Checks whether two points objects are equal. |
int |
getX()
|
int |
getY()
|
int |
hashCode()
|
| Methods inherited from interface com.jogamp.common.type.WriteCloneable |
|---|
cloneMutable |
| Method Detail |
|---|
int getX()
int getY()
boolean equals(Object obj)
PointReadOnly are equal if the two components
y and x are equal.
equals in class Objecttrue if the two points are equal;
otherwise false.int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||