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

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended byde.uni_paderborn.fujaba.fsa.swing.border.AbstractColorBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable
Direct Known Subclasses:
ActivityBorder, CircleBorder, CommentBorder, EmptyBorder, LineBorder, OvalBorder, ProcessBorder, RhombBorder, SetBorder, SignalBorder, StateBorder, TextBorder

public class AbstractColorBorder
extends javax.swing.border.AbstractBorder

This Class extends the AbstractBorder class by giving the ability to change the color of the border.

Version:
$Revision: 1.10 $
Author:
$Author: schneider $
See Also:
Serialized Form

Constructor Summary
AbstractColorBorder()
          Constructor for class AbstractColorBorder
AbstractColorBorder(java.awt.Color aColor)
          Constructor for class AbstractColorBorder
 
Method Summary
 java.awt.Color getBorderColor()
          This method returns the color of the border.
 void setBorderColor(java.awt.Color color)
          This method sets the color of the border.
 
Methods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractColorBorder

public AbstractColorBorder()
Constructor for class AbstractColorBorder


AbstractColorBorder

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

Parameters:
aColor - No description provided
Method Detail

setBorderColor

public void setBorderColor(java.awt.Color color)
This method sets the color of the border.

Parameters:
color - The new borderColor value

getBorderColor

public java.awt.Color getBorderColor()
This method returns the color of the border.

Returns:
The borderColor value