swingwtx.swing.border
Class EmptyBorder

java.lang.Object
  extended byswingwtx.swing.border.AbstractBorder
      extended byswingwtx.swing.border.EmptyBorder
All Implemented Interfaces:
Border

public class EmptyBorder
extends AbstractBorder
implements Border


Field Summary
protected  int bottom
           
protected  int left
           
protected  int right
           
protected  int top
           
 
Constructor Summary
EmptyBorder(Insets borderInsets)
           
EmptyBorder(int top, int left, int bottom, int right)
           
 
Method Summary
 Insets getBorderInsets()
           
 Insets getBorderInsets(Component c)
           
 Insets getBorderInsets(Component c, Insets insets)
           
 
Methods inherited from class swingwtx.swing.border.AbstractBorder
getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface swingwtx.swing.border.Border
isBorderOpaque, paintBorder
 

Field Detail

left

protected int left

right

protected int right

top

protected int top

bottom

protected int bottom
Constructor Detail

EmptyBorder

public EmptyBorder(Insets borderInsets)

EmptyBorder

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

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border
Overrides:
getBorderInsets in class AbstractBorder

getBorderInsets

public Insets getBorderInsets()

getBorderInsets

public Insets getBorderInsets(Component c,
                              Insets insets)
Overrides:
getBorderInsets in class AbstractBorder