org.jvnet.substance.utils
Class ButtonBackgroundDelegate.ButtonBackground

java.lang.Object
  extended by org.jvnet.substance.utils.ButtonBackgroundDelegate.ButtonBackground
Enclosing class:
ButtonBackgroundDelegate

public static class ButtonBackgroundDelegate.ButtonBackground
extends java.lang.Object

Contains information on a button background.

Author:
Kirill Grouchnikov

Field Summary
 java.awt.image.BufferedImage backgroundImage
          The button background image.
 boolean isPaintedActive
          Indicates whether the button is painted in active visual state.
 
Constructor Summary
ButtonBackgroundDelegate.ButtonBackground(boolean isPaintedActive, java.awt.image.BufferedImage backgroundImage)
          Button background info object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isPaintedActive

public boolean isPaintedActive
Indicates whether the button is painted in active visual state.


backgroundImage

public java.awt.image.BufferedImage backgroundImage
The button background image.

Constructor Detail

ButtonBackgroundDelegate.ButtonBackground

public ButtonBackgroundDelegate.ButtonBackground(boolean isPaintedActive,
                                                 java.awt.image.BufferedImage backgroundImage)
Button background info object.

Parameters:
isPaintedActive - Indicates whether the button is painted in active visual state.
backgroundImage - The button background image.