Interface BackgroundManager<B extends BackgroundManager<B>>
- Type Parameters:
B- the type of aBackgroundManager.
public interface BackgroundManager<B extends BackgroundManager<B>>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetBackgroundColor(IColor backgroundColor) setBackgroundColorGradient(IColorGradient backgroundColorGradient) setBackgroundImage(Image backgroundImage) setBackgroundImage(Image backgroundImage, ImageApplication imageApplication)
-
Method Details
-
getBackground
IBackground getBackground() -
getBackgroundColor
IColor getBackgroundColor() -
getBackgroundColorGradient
IColorGradient getBackgroundColorGradient() -
getBackgroundImage
Image getBackgroundImage() -
getBackgroundImageApplication
ImageApplication getBackgroundImageApplication() -
getBackgroundType
BackgroundType getBackgroundType() -
hasBackground
boolean hasBackground() -
removeBackground
void removeBackground() -
setBackgroundColor
-
setBackgroundColorGradient
-
setBackgroundImage
-
setBackgroundImage
-