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

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.LineBorder
              extended byde.uni_paderborn.fujaba.fsa.swing.border.CrossBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

public class CrossBorder
extends LineBorder

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

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

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.swing.border.LineBorder
roundedCorners, thickness
 
Constructor Summary
CrossBorder(java.awt.Color aColor)
          Constructor for class CrossBorder
 
Method Summary
 boolean isBorderOpaque()
          Get the borderOpaque attribute of the CrossBorder 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.
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.border.LineBorder
getBorderInsets, getBorderInsets, getStroke, getThickness, isBorderDashed, setBorderDashed, setStroke, setThickness
 
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

CrossBorder

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

Parameters:
aColor - No description provided
Method Detail

isBorderOpaque

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

Specified by:
isBorderOpaque in interface javax.swing.border.Border
Overrides:
isBorderOpaque in class LineBorder
Returns:
The borderOpaque 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.

Specified by:
paintBorder in interface javax.swing.border.Border
Overrides:
paintBorder in class LineBorder
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