|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.graphics.Insets
Insets.
Field Summary | |
static Insets |
ZERO_INSEST
Insets(0, 0, 0, 0) object. |
Constructor Summary | |
Insets()
Constructs new Insets object. |
|
Insets(int top,
int left,
int bottom,
int right)
Constructs new Insets object. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
getBottom()
Returns bottom inset. |
int |
getLeft()
Returns left inset. |
int |
getRight()
Returns right inset. |
int |
getTop()
Returns top inset. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Insets ZERO_INSEST
Constructor Detail |
public Insets()
public Insets(int top, int left, int bottom, int right)
top
- the inset from the topleft
- the inset from the leftbottom
- the inset from the bottomright
- the inset from the rightMethod Detail |
public int getTop()
public int getLeft()
public int getBottom()
public int getRight()
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |