|
|||||||||||
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.StateBorder
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
StateBorder()
|
Method Summary | |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
Get the borderInsets attribute of the StateBorder object |
java.awt.Insets |
getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
Get the borderInsets attribute of the StateBorder object |
boolean |
isBorderOpaque()
Get the borderOpaque attribute of the StateBorder object |
static void |
main(java.lang.String[] args)
The main program for the StateBorder class |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
This method draws the Border for Activities. |
void |
setBorderInsets(int x1,
int y1,
int x2,
int y2)
Sets the borderInsets attribute of the StateBorder 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 StateBorder()
Method Detail |
public java.awt.Insets getBorderInsets(java.awt.Component c)
c
- No description provided
public void setBorderInsets(int x1, int y1, int x2, int y2)
x1
- The new borderInsets valuey1
- The new borderInsets valuex2
- The new borderInsets valuey2
- The new borderInsets valuepublic java.awt.Insets getBorderInsets(java.awt.Component c, java.awt.Insets insets)
c
- No description providedinsets
- No description provided
public boolean isBorderOpaque()
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 providedpublic static void main(java.lang.String[] args)
args
- The command line arguments
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |