Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.background |
Outlines implementations drawing a background.
|
ej.style.util |
Styling utilities.
|
Modifier and Type | Field and Description |
---|---|
protected Background |
Style.background
Background.
|
Modifier and Type | Method and Description |
---|---|
Background |
Style.getBackground()
Gets the background.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImageBackground
Image-based background.
|
class |
NoBackground
A transparent background.
|
class |
PlainBackground
Draws a plain color on the background with a rectangular border.
|
class |
SimpleImageBackground
Draws an image on the background.
|
class |
SimpleRoundedPlainBackground
Draws a plain color on the background with a round corner.
|
class |
TiledImageBackground
Draws a repeated image on the background.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableStyle.setBackground(Background background)
Sets the background.
|