|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InsetsImmutable
Immutable Rectangle interface
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Checks whether two rect objects are equal. |
int |
getBottomHeight()
|
int |
getLeftWidth()
|
int |
getRightWidth()
|
int |
getTopHeight()
|
int |
getTotalHeight()
|
int |
getTotalWidth()
|
int |
hashCode()
|
| Methods inherited from interface com.jogamp.common.type.WriteCloneable |
|---|
cloneMutable |
| Method Detail |
|---|
int getLeftWidth()
int getRightWidth()
int getTotalWidth()
left_width + right_widthint getTopHeight()
int getBottomHeight()
int getTotalHeight()
top_height + bottom_heightboolean equals(Object obj)
Insets are equal if the four integer values
of the fields left, right,
top, and bottom are all equal.
equals in class Objecttrue if the two Insets 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 | ||||||||