public class ColorBackground extends java.lang.Object implements IBackgroundDrawable
Constructor and Description |
---|
ColorBackground(int bgcolor)
Creates a ColorBackground object with an AARRGGBB color.
|
Modifier and Type | Method and Description |
---|---|
void |
applyBackgroundFor(ICustomBackground element,
int state) |
int |
getBgcolor()
Gets the background color set, as an AARRGGBB int value.
|
public ColorBackground(int bgcolor)
public void applyBackgroundFor(ICustomBackground element, int state)
applyBackgroundFor
in interface IBackgroundDrawable
public int getBgcolor()