Schnittstelle ICssPropertyMapper
- Alle bekannten Implementierungsklassen:
CssPropertyMapper
public interface ICssPropertyMapper
A
ICssPropertyMapper can map objects to ICssPropertys.- Version:
- 2024-12-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapLineDecorationToCssProperty(LineDecoration lineDecoration)
-
Methodendetails
-
mapLineDecorationToCssProperty
- Parameter:
lineDecoration-- Gibt zurück:
- a new or immutable
ICssPropertymapped from the given lineDecoration. - Löst aus:
RuntimeException- if the given lineDecoration is null.
-