Package ch.nolix.system.gui.cssmapper
Klasse CornerShadowToCssMapperHelper
java.lang.Object
ch.nolix.system.gui.cssmapper.CornerShadowToCssMapperHelper
Of the
CornerShadowToCssMapperHelper an instance cannot be created.- Version:
- 2025-08-10
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
mapCornerShadowToCssPropertyWhenShadowIsInsideTheBox
public static ICssProperty mapCornerShadowToCssPropertyWhenShadowIsInsideTheBox(ICornerShadow cornerShadow) - Parameter:
cornerShadow-- Gibt zurück:
- a new
ICssPropertyfrom the given cornerShadow when the shadow is inside the box. - Löst aus:
RuntimeException- if the given cornerShadow is null.
-
mapCornerShadowToCssPropertyWhenShadowIsOutsideTheBox
public static ICssProperty mapCornerShadowToCssPropertyWhenShadowIsOutsideTheBox(ICornerShadow cornerShadow) - Parameter:
cornerShadow-- Gibt zurück:
- a new
ICssPropertyfrom the given cornerShadow when the shadow is outside the box. - Löst aus:
RuntimeException- if the given cornerShadow is null.
-