charva.awt
Class Insets
java.lang.Object
charva.awt.Insets
- public class Insets
- extends java.lang.Object
The Insets class specifies the blank space that must be left around
the inside of the edges of a Container. The space can be used for
a border, a title, or other items (such as a scrollbar).
Constructor Summary |
Insets(int top_,
int left_,
int bottom_,
int right_)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
top
public int top
left
public int left
bottom
public int bottom
right
public int right
Insets
public Insets(int top_,
int left_,
int bottom_,
int right_)
toString
public java.lang.String toString()