org.noos.xing.mydoggy.plaf.ui.cmp.multisplit
Class MultiSplitPanel.DividerPainter
java.lang.Object
org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.MultiSplitPanel.DividerPainter
- Enclosing class:
- MultiSplitPanel
public abstract static class MultiSplitPanel.DividerPainter
- extends Object
Draws a single Divider. Typically used to specialize the
way the active Divider is painted.
- See Also:
MultiSplitPanel.getDividerPainter(),
MultiSplitPanel.setDividerPainter(org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.MultiSplitPanel.DividerPainter)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiSplitPanel.DividerPainter
public MultiSplitPanel.DividerPainter()
paint
public abstract void paint(Graphics g,
MultiSplitLayout.Divider divider)
- Paint a single Divider.
- Parameters:
g - the Graphics object to paint withdivider - the Divider to paint
Copyright © 2012. All Rights Reserved.