| Package | Description |
|---|---|
| ej.mwt.style | |
| ej.mwt.style.background |
| Modifier and Type | Field and Description |
|---|---|
static Background |
DefaultStyle.BACKGROUND
The background of the default style.
|
| Modifier and Type | Method and Description |
|---|---|
Background |
Style.getBackground()
Gets the background.
|
Background |
EditableStyle.getBackground() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditableStyle.setBackground(Background background)
Sets the background.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageBackground
Draws an image on the background.
|
class |
NoBackground
A transparent background.
|
class |
RectangularBackground
Draws a plain color on the background with a rectangular border.
|
class |
RoundedBackground
Draws a plain color on the background with a round corner.
|
class |
TiledImageBackground
Draws a repeated image on the background.
|