public interface DimensionImmutable extends WriteCloneable, Comparable<DimensionImmutable>
widthheight| Modifier and Type | Method and Description |
|---|---|
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() |
cloneMutableint 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.Copyright 2010 JogAmp Community.