Schnittstelle ICssPropertyMapper

Alle bekannten Implementierungsklassen:
CssPropertyMapper

public interface ICssPropertyMapper
A ICssPropertyMapper can map objects to ICssPropertys.
Version:
2024-12-09
Autor:
Silvan Wyss
  • Methodendetails

    • mapLineDecorationToCssProperty

      ICssProperty mapLineDecorationToCssProperty(LineDecoration lineDecoration)
      Parameter:
      lineDecoration -
      Gibt zurück:
      a new or immutable ICssProperty mapped from the given lineDecoration.
      Löst aus:
      RuntimeException - if the given lineDecoration is null.