de.uni_paderborn.fujaba.fsa.swing.border
Class EmptyBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended byde.uni_paderborn.fujaba.fsa.swing.border.AbstractColorBorder
          extended byde.uni_paderborn.fujaba.fsa.swing.border.EmptyBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

public class EmptyBorder
extends AbstractColorBorder

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.11 $
Author:
$Author: lowende $
See Also:
Serialized Form

Constructor Summary
EmptyBorder(java.awt.Insets i)
          Constructor for class EmptyBorder
EmptyBorder(int top, int left, int bottom, int right)
          Constructor for class EmptyBorder
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component c)
          Get the borderInsets attribute of the EmptyBorder object
 java.awt.Insets getBorderInsets(java.awt.Component c, java.awt.Insets insets)
          Get the borderInsets attribute of the EmptyBorder object
 boolean isBorderOpaque()
          Get the borderOpaque attribute of the EmptyBorder object
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.border.AbstractColorBorder
getBorderColor, setBorderColor
 
Methods inherited from class javax.swing.border.AbstractBorder
getInteriorRectangle, getInteriorRectangle, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyBorder

public EmptyBorder(java.awt.Insets i)
Constructor for class EmptyBorder

Parameters:
i - No description provided

EmptyBorder

public EmptyBorder(int top,
                   int left,
                   int bottom,
                   int right)
Constructor for class EmptyBorder

Parameters:
top - No description provided
left - No description provided
bottom - No description provided
right - No description provided
Method Detail

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c)
Get the borderInsets attribute of the EmptyBorder object

Parameters:
c - No description provided
Returns:
The borderInsets value

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c,
                                       java.awt.Insets insets)
Get the borderInsets attribute of the EmptyBorder object

Parameters:
c - No description provided
insets - No description provided
Returns:
The borderInsets value

isBorderOpaque

public boolean isBorderOpaque()
Get the borderOpaque attribute of the EmptyBorder object

Returns:
The borderOpaque value