Schnittstelle IStyle

Alle Superschnittstellen:
IBaseStyle<IStyle>, IElement
Alle bekannten Implementierungsklassen:
Style

public interface IStyle extends IBaseStyle<IStyle>
Autor:
Silvan Wyss
  • Methodendetails

    • withStyle

      IStyle withStyle(IStyle style)
      Parameter:
      style -
      Gibt zurück:
      a new IStyle from the current IStyle with the given style added.
      Löst aus:
      RuntimeException - if the given style is null.