|
|||||||||||
| 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.SetBorder
No comment provided by developer, please add a comment to improve documentation.
| Field Summary | |
private java.awt.Stroke |
stroke
No comment provided by developer, please add a comment to improve documentation. |
private int |
thickness
No comment provided by developer, please add a comment to improve documentation. |
| Fields inherited from class de.uni_paderborn.fujaba.fsa.swing.border.AbstractColorBorder |
|
| Constructor Summary | |
SetBorder(java.awt.Color aColor)
Constructor for class SetBorder |
|
| Method Summary | |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
Get the borderInsets attribute of the SetBorder object |
java.awt.Insets |
getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
Get the borderInsets attribute of the SetBorder object |
java.awt.Stroke |
getStroke()
Get the stroke attribute of the SetBorder object |
int |
getThickness()
Get the thickness attribute of the SetBorder object |
boolean |
isBorderOpaque()
Get the borderOpaque attribute of the SetBorder 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 |
setStroke(java.awt.Stroke stroke)
Sets the stroke attribute of the SetBorder object |
void |
setThickness(int newThickness)
Sets the thickness attribute of the SetBorder 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 |
| Field Detail |
private java.awt.Stroke stroke
private int thickness
| Constructor Detail |
public SetBorder(java.awt.Color aColor)
aColor - No description provided| Method Detail |
public 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.Stroke getStroke()
public void setStroke(java.awt.Stroke stroke)
stroke - The new stroke valuepublic void setThickness(int newThickness)
newThickness - The new thickness valuepublic int getThickness()
public 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 | ||||||||||