public class Insets extends java.lang.Object
int
bottom
left
right
top
Insets(int top_, int left_, int bottom_, int right_)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int top
public int left
public int bottom
public int right
public Insets(int top_, int left_, int bottom_, int right_)
public java.lang.String toString()
toString
java.lang.Object