de.uni_paderborn.fujaba.fsa.swing.border
Class CrossBorder
java.lang.Object
javax.swing.border.AbstractBorder
de.uni_paderborn.fujaba.fsa.swing.border.AbstractColorBorder
de.uni_paderborn.fujaba.fsa.swing.border.LineBorder
de.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
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 javax.swing.border.AbstractBorder |
getInteriorRectangle, getInteriorRectangle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrossBorder
public CrossBorder(java.awt.Color aColor)
- Constructor for class CrossBorder
- Parameters:
aColor
- No description provided
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 providedg
- No description providedx
- No description providedy
- No description providedwidth
- No description providedheight
- No description provided