charva.awt
Class Insets

java.lang.Object
  extended bycharva.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).


Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
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
 

Field Detail

top

public int top

left

public int left

bottom

public int bottom

right

public int right
Constructor Detail

Insets

public Insets(int top_,
              int left_,
              int bottom_,
              int right_)
Method Detail

toString

public java.lang.String toString()