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