java.lang.Object
org.jdesktop.swingx.MultiSplitPane.DividerPainter
- Enclosing class:
MultiSplitPane
Draws a single Divider. Typically used to specialize the
way the active Divider is painted.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
paint
(Graphics g, MultiSplitLayout.Divider divider) Paint a single Divider.
-
Constructor Details
-
DividerPainter
public DividerPainter()
-
-
Method Details
-
paint
Paint a single Divider.- Parameters:
g
- the Graphics object to paint withdivider
- the Divider to paint
-