Schnittstelle IStyle

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

public interface IStyle extends IAbstractStyle<IStyle>
Version:
2022-05-29
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.