Schnittstelle ICanvas<C extends ICanvas<C>>

Alle bekannten Unterschnittstellen:
ILayer<L>, IWebGui<G>
Alle bekannten Implementierungsklassen:
Layer, WebGui

public interface ICanvas<C extends ICanvas<C>>
  • 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

      C setBackgroundColor(IColor backgroundColor)
    • setBackgroundColorGradient

      C setBackgroundColorGradient(IColorGradient backgroundColorGradient)
    • setBackgroundImage

      C setBackgroundImage(IImage backgroundImage)
    • setBackgroundImage

      C setBackgroundImage(IImage backgroundImage, ImageApplication imageApplication)