org.jvnet.substance
Class SubstanceFillBackgroundDelegate
java.lang.Object
org.jvnet.substance.SubstanceFillBackgroundDelegate
public class SubstanceFillBackgroundDelegate
- extends Object
Delegate for painting filled backgrounds.
- Author:
- Kirill Grouchnikov
Method Summary |
void |
update(Graphics g,
JComponent c)
Updates the background of the specified component on the specified
graphic context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubstanceFillBackgroundDelegate
public SubstanceFillBackgroundDelegate()
update
public void update(Graphics g,
JComponent c)
- Updates the background of the specified component on the specified
graphic context.
- Parameters:
g
- Graphic context.c
- Component.