public interface Background
Modifier and Type | Method and Description |
---|---|
void |
apply(ej.microui.display.GraphicsContext g,
Rectangle bounds,
int color)
Applies the background on a graphics context.
|
boolean |
isTransparent()
Tells whether or not the background is transparent.
|
boolean isTransparent()
true
if the background is transparent, false
otherwise.void apply(ej.microui.display.GraphicsContext g, Rectangle bounds, int color)
g
- the graphics context.bounds
- the available rectangle.color
- the background color.