Klasse CornerShadowToCssMapperHelper

java.lang.Object
ch.nolix.system.gui.cssmapper.CornerShadowToCssMapperHelper

public final class CornerShadowToCssMapperHelper extends Object
Of the CornerShadowToCssMapperHelper an instance cannot be created.
Version:
2025-08-10
Autor:
Silvan Wyss
  • Methodendetails

    • mapCornerShadowToCssPropertyWhenShadowIsInsideTheBox

      public static ICssProperty mapCornerShadowToCssPropertyWhenShadowIsInsideTheBox(ICornerShadow cornerShadow)
      Parameter:
      cornerShadow -
      Gibt zurück:
      a new ICssProperty from 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 ICssProperty from the given cornerShadow when the shadow is outside the box.
      Löst aus:
      RuntimeException - if the given cornerShadow is null.