|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectswingwt.awt.Insets
| Field Summary | |
int |
bottom
|
int |
left
|
int |
right
|
int |
top
|
| Constructor Summary | |
Insets()
|
|
Insets(int top,
int left,
int bottom,
int right)
|
|
| Method Summary | |
java.lang.Object |
clone()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int top
public int left
public int bottom
public int right
| Constructor Detail |
public Insets()
public Insets(int top,
int left,
int bottom,
int right)
| Method Detail |
public java.lang.Object clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||