swing.addon
Class Insets

java.lang.Object
  |
  +--java.awt.Insets
        |
        +--swing.addon.Insets
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class Insets
extends java.awt.Insets

See Also:
Serialized Form

Fields inherited from class java.awt.Insets
bottom, left, right, top
 
Constructor Summary
Insets(int top, int left, int bottom, int right)
           
 
Methods inherited from class java.awt.Insets
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Insets

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