|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.utils.ButtonBackgroundDelegate.ButtonBackground
public static class ButtonBackgroundDelegate.ButtonBackground
Contains information on a button background.
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 |
---|
public boolean isPaintedActive
public java.awt.image.BufferedImage backgroundImage
Constructor Detail |
---|
public ButtonBackgroundDelegate.ButtonBackground(boolean isPaintedActive, java.awt.image.BufferedImage backgroundImage)
isPaintedActive
- Indicates whether the button is painted in active visual
state.backgroundImage
- The button background image.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |