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