|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RectangleImmutable
Immutable Rectangle interface
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Checks whether two rect objects are equal. |
int |
getHeight()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
int |
hashCode()
|
| Methods inherited from interface com.jogamp.common.type.WriteCloneable |
|---|
cloneMutable |
| Method Detail |
|---|
int getHeight()
int getWidth()
int getX()
int getY()
boolean equals(Object obj)
Rectangle are equal if the four integer values
of the fields y, x,
height, and width are all equal.
equals in class Objecttrue if the two rectangles 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 | ||||||||