|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DimensionImmutable
Immutable Dimension Interface, consisting of it's read only components:
widthheight
| Method Summary | |
|---|---|
int |
compareTo(DimensionImmutable d)
Compares square of size. |
boolean |
equals(Object obj)
Checks whether two dimensions objects are equal. |
int |
getHeight()
|
int |
getWidth()
|
int |
hashCode()
|
| Methods inherited from interface com.jogamp.common.type.WriteCloneable |
|---|
cloneMutable |
| Method Detail |
|---|
int getHeight()
int getWidth()
int compareTo(DimensionImmutable d)
Compares square of size.
compareTo in interface Comparable<DimensionImmutable>boolean equals(Object obj)
DimensionReadOnly are equal if two components
height and width are equal.
equals in class Objecttrue if the two dimensions 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 | ||||||||