Schnittstelle ICanvas<C extends ICanvas<C>>
public interface ICanvas<C extends ICanvas<C>>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
void
setBackgroundColor
(IColor backgroundColor) setBackgroundColorGradient
(IColorGradient backgroundColorGradient) setBackgroundImage
(IImage backgroundImage) setBackgroundImage
(IImage backgroundImage, ImageApplication imageApplication)
-
Methodendetails
-
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
-