|
kAWT Version 0.90 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Insets
Field Summary | |
int |
bottom
|
int |
left
|
int |
right
|
int |
top
|
Constructor Summary | |
Insets(int top,
int left,
int bottom,
int right)
|
Methods inherited from class java.lang.Object |
equals,
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(int top, int left, int bottom, int right)
|
kAWT Version 0.90 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |