|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwoods.jgo.Insets
This exists for compatibility with java.awt.Insets.
Field Summary | |
int |
bottom
|
int |
left
|
int |
right
|
int |
top
|
Constructor Summary | |
Insets()
|
|
Insets(Insets i)
|
|
Insets(int top,
int left,
int bottom,
int right)
|
Methods inherited from class java.lang.Object |
clone, 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)
public Insets(Insets i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |