public class StateEntry
extends Object
Modifier and Type | Field and Description |
---|---|
String |
background |
RgbColor |
backgroundColor |
Constructor and Description |
---|
StateEntry(RgbColor backgroundColor)
Creates a new StateEntry with the given background color.
|
StateEntry(String background)
Creates a new StateEntry with the given background image.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public String background
public RgbColor backgroundColor
public StateEntry(String background)
public StateEntry(RgbColor backgroundColor)