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

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.SetBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

public class SetBorder
extends AbstractColorBorder

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

Version:
$Revision: 1.13 $
Author:
$Author: mm $
See Also:
Serialized Form

Constructor Summary
SetBorder(java.awt.Color aColor)
          Constructor for class SetBorder
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component c)
          Get the borderInsets attribute of the SetBorder object
 java.awt.Insets getBorderInsets(java.awt.Component c, java.awt.Insets insets)
          Get the borderInsets attribute of the SetBorder object
 java.awt.Stroke getStroke()
          Get the stroke attribute of the SetBorder object
 int getThickness()
          Get the thickness attribute of the SetBorder object
 boolean isBorderOpaque()
          Get the borderOpaque attribute of the SetBorder object
 void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
          This method draws the Border for Set objects.
 void setStroke(java.awt.Stroke stroke)
          Sets the stroke attribute of the SetBorder object
 void setThickness(int newThickness)
          Sets the thickness attribute of the SetBorder 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetBorder

public SetBorder(java.awt.Color aColor)
Constructor for class SetBorder

Parameters:
aColor - No description provided
Method Detail

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c)
Get the borderInsets attribute of the SetBorder 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 SetBorder object

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

isBorderOpaque

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

Returns:
The borderOpaque value

getStroke

public java.awt.Stroke getStroke()
Get the stroke attribute of the SetBorder object

Returns:
The stroke value

setStroke

public void setStroke(java.awt.Stroke stroke)
Sets the stroke attribute of the SetBorder object

Parameters:
stroke - The new stroke value

setThickness

public void setThickness(int newThickness)
Sets the thickness attribute of the SetBorder object

Parameters:
newThickness - The new thickness value

getThickness

public int getThickness()
Get the thickness attribute of the SetBorder object

Returns:
The thickness value

paintBorder

public void paintBorder(java.awt.Component c,
                        java.awt.Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
This method draws the Border for Set objects.

Parameters:
c - No description provided
g - No description provided
x - No description provided
y - No description provided
width - No description provided
height - No description provided