|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
de.uni_paderborn.fujaba.fsa.swing.LineUI
de.uni_paderborn.fujaba.fsa.swing.DefaultLineUI
de.uni_paderborn.fujaba.fsa.swing.DashedLineUI
This UI lets a JLine appear as two parrellel lines with a small distance between them. Use createUI() to get an instance of this class.
Field Summary |
Fields inherited from class de.uni_paderborn.fujaba.fsa.swing.LineUI |
PLAIN_STROKE |
Constructor Summary | |
protected |
DashedLineUI()
Constructor for class DashedLineUI |
Method Summary | |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Returns an instance of this class for the given JComponent. |
void |
paintLine(java.awt.Graphics g,
JLine line)
Paints the two parrallel lines for the given JLine. |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.DefaultLineUI |
getPreferredLineBounds |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.LineUI |
contains, getPreferredBounds, getPreferredSize, paint |
Methods inherited from class javax.swing.plaf.ComponentUI |
getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, installUI, uninstallUI, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DashedLineUI()
Method Detail |
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- the JComponent the LineUI should be returned for.
public void paintLine(java.awt.Graphics g, JLine line)
paintLine
in class DefaultLineUI
g
- No description providedline
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |