|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.border.AbstractBorder
de.uni_paderborn.fujaba.fsa.swing.border.AbstractColorBorder
de.uni_paderborn.fujaba.fsa.swing.border.TextBorder
de.uni_paderborn.fujaba.fsa.swing.border.ColoredTextBorder
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
ColoredTextBorder(java.awt.Color aColor,
java.awt.Color bColor)
Constructor for class ColoredTextBorder |
|
ColoredTextBorder(java.awt.Color aColor,
java.awt.Color bColor,
java.lang.String txt)
Constructor for class ColoredTextBorder |
Method Summary | |
java.awt.Color |
getTextColor()
Get the textColor attribute of the ColoredTextBorder 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 |
setTextColor(java.awt.Color newColor)
Sets the textColor attribute of the ColoredTextBorder object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.border.TextBorder |
getBorderInsets, getBorderInsets, getFont, getLowerLeftColor, getLowerLeftText, getLowerRightColor, getLowerRightText, getUpperLeftColor, getUpperLeftText, getUpperRightColor, getUpperRightText, isBorderOpaque, setFont, setLowerLeftColor, setLowerLeftText, setLowerRightColor, setLowerRightText, setUpperLeftColor, setUpperLeftText, setUpperRightColor, setUpperRightText |
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 |
public ColoredTextBorder(java.awt.Color aColor, java.awt.Color bColor)
aColor
- No description providedbColor
- No description providedpublic ColoredTextBorder(java.awt.Color aColor, java.awt.Color bColor, java.lang.String txt)
aColor
- No description providedbColor
- No description providedtxt
- No description providedMethod Detail |
public java.awt.Color getTextColor()
public void setTextColor(java.awt.Color newColor)
newColor
- The new textColor valuepublic void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintBorder
in interface javax.swing.border.Border
paintBorder
in class TextBorder
c
- No description providedg
- No description providedx
- No description providedy
- No description providedwidth
- No description providedheight
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |