|
|||||||||||
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
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
TextBorder(java.awt.Color aColor)
Constructor for class TextBorder |
|
TextBorder(java.awt.Color aColor,
java.lang.String upperLeftText)
Constructor for class TextBorder |
Method Summary | |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
Get the borderInsets attribute of the TextBorder object |
java.awt.Insets |
getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
Get the borderInsets attribute of the TextBorder object |
java.awt.Font |
getFont()
Get the font attribute of the TextBorder object |
java.awt.Color |
getLowerLeftColor()
Get the lowerLeftColor attribute of the TextBorder object |
java.lang.String |
getLowerLeftText()
Get the lowerLeftText attribute of the TextBorder object |
java.awt.Color |
getLowerRightColor()
Get the lowerRightColor attribute of the TextBorder object |
java.lang.String |
getLowerRightText()
Get the lowerRightText attribute of the TextBorder object |
java.awt.Color |
getUpperLeftColor()
Get the upperLeftColor attribute of the TextBorder object |
java.lang.String |
getUpperLeftText()
Get the upperLeftText attribute of the TextBorder object |
java.awt.Color |
getUpperRightColor()
Get the upperRightColor attribute of the TextBorder object |
java.lang.String |
getUpperRightText()
Get the upperRightText attribute of the TextBorder object |
boolean |
isBorderOpaque()
Get the borderOpaque attribute of the TextBorder 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 |
setFont(java.awt.Font f)
Sets the font attribute of the TextBorder object |
void |
setLowerLeftColor(java.awt.Color lowerLeftColor)
Sets the lowerLeftColor attribute of the TextBorder object |
void |
setLowerLeftText(java.lang.String lowerLeftText)
Sets the lowerLeftText attribute of the TextBorder object |
void |
setLowerRightColor(java.awt.Color lowerRightColor)
Sets the lowerRightColor attribute of the TextBorder object |
void |
setLowerRightText(java.lang.String lowerRightText)
Sets the lowerRightText attribute of the TextBorder object |
void |
setUpperLeftColor(java.awt.Color upperLeftColor)
Sets the upperLeftColor attribute of the TextBorder object |
void |
setUpperLeftText(java.lang.String upperLeftText)
Sets the upperLeftText attribute of the TextBorder object |
void |
setUpperRightColor(java.awt.Color upperRightColor)
Sets the upperRightColor attribute of the TextBorder object |
void |
setUpperRightText(java.lang.String upperRightText)
Sets the upperRightText attribute of the TextBorder 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 |
public TextBorder(java.awt.Color aColor)
aColor
- No description providedpublic TextBorder(java.awt.Color aColor, java.lang.String upperLeftText)
aColor
- No description providedupperLeftText
- No description providedMethod Detail |
public java.lang.String getLowerLeftText()
public java.awt.Color getLowerLeftColor()
public java.lang.String getLowerRightText()
public java.awt.Color getLowerRightColor()
public java.lang.String getUpperLeftText()
public java.awt.Color getUpperLeftColor()
public java.lang.String getUpperRightText()
public java.awt.Color getUpperRightColor()
public void setLowerLeftText(java.lang.String lowerLeftText)
lowerLeftText
- The new lowerLeftText valuepublic void setLowerLeftColor(java.awt.Color lowerLeftColor)
lowerLeftColor
- The new lowerLeftColor valuepublic void setLowerRightText(java.lang.String lowerRightText)
lowerRightText
- The new lowerRightText valuepublic void setLowerRightColor(java.awt.Color lowerRightColor)
lowerRightColor
- The new lowerRightColor valuepublic void setUpperLeftText(java.lang.String upperLeftText)
upperLeftText
- The new upperLeftText valuepublic void setUpperLeftColor(java.awt.Color upperLeftColor)
upperLeftColor
- The new upperLeftColor valuepublic void setUpperRightText(java.lang.String upperRightText)
upperRightText
- The new upperRightText valuepublic void setUpperRightColor(java.awt.Color upperRightColor)
upperRightColor
- The new upperRightColor valuepublic java.awt.Insets getBorderInsets(java.awt.Component c)
c
- No description provided
public java.awt.Insets getBorderInsets(java.awt.Component c, java.awt.Insets insets)
c
- No description providedinsets
- No description provided
public boolean isBorderOpaque()
public java.awt.Font getFont()
public void setFont(java.awt.Font f)
f
- The new font valuepublic void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
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 |