public final class Insets extends java.lang.Object
Insets(int insets)
Insets(int topBottom, int leftRight)
Insets(int top, int left, int bottom, int right)
int
getBottom()
getLeft()
getRight()
getTop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Insets(int insets)
public Insets(int topBottom, int leftRight)
public Insets(int top, int left, int bottom, int right)
public int getTop()
public int getBottom()
public int getLeft()
public int getRight()
Siehe auch Jowidgets Nutzerhandbuch