org.jvnet.substance.utils
Class PairwiseButtonBackgroundDelegate.ButtonBackground

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

public static class PairwiseButtonBackgroundDelegate.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
PairwiseButtonBackgroundDelegate.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

PairwiseButtonBackgroundDelegate.ButtonBackground

public PairwiseButtonBackgroundDelegate.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.