@NonNullByDefault
Package ej.mwt.style.background
Contains background definition and some implementations.
A background can be associated to a border.
- See Also:
ej.mwt.style.outline.border
-
Interface Summary Interface Description Background Represents the background of the widgets. -
Class Summary Class Description ImageBackground Draws an image on the background.NoBackground A transparent background.RectangularBackground Draws a plain color on the background with a rectangular border.RoundedBackground Draws a plain color on the background with a round corner.TiledImageBackground Draws a repeated image on the background.