swingwt.awt
Class Insets

java.lang.Object
  extended byswingwt.awt.Insets
All Implemented Interfaces:
java.lang.Cloneable

public class Insets
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
Insets()
           
Insets(int top, int left, int bottom, int right)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()

Insets

public Insets(int top,
              int left,
              int bottom,
              int right)
Method Detail

clone

public java.lang.Object clone()