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() |
cloneMutable
int getLeftWidth()
int getRightWidth()
int getTotalWidth()
left_width + right_width
int getTopHeight()
int getBottomHeight()
int getTotalHeight()
top_height + bottom_height
boolean 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.