org.jvnet.substance
Class SubstanceFillBackgroundDelegate

java.lang.Object
  extended by org.jvnet.substance.SubstanceFillBackgroundDelegate

public class SubstanceFillBackgroundDelegate
extends Object

Delegate for painting filled backgrounds.

Author:
Kirill Grouchnikov

Constructor Summary
SubstanceFillBackgroundDelegate()
           
 
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
 

Constructor Detail

SubstanceFillBackgroundDelegate

public SubstanceFillBackgroundDelegate()
Method Detail

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.