Class CSSPropertyCustomizerBorderTopLeftRadius

java.lang.Object
com.helger.css.property.customizer.AbstractCSSPropertyCustomizer
com.helger.css.property.customizer.CSSPropertyCustomizerBorderTopLeftRadius
All Implemented Interfaces:
ICSSPropertyCustomizer

@Immutable public class CSSPropertyCustomizerBorderTopLeftRadius extends AbstractCSSPropertyCustomizer
Special customizer for the "border-top-left-radius" property.
Author:
Philip Helger
  • Constructor Details

    • CSSPropertyCustomizerBorderTopLeftRadius

      public CSSPropertyCustomizerBorderTopLeftRadius()
  • Method Details

    • createSpecialValue

      @Nullable public ICSSValue createSpecialValue(@Nonnull ICSSProperty aProperty, @Nonnull @Nonempty String sValue, boolean bIsImportant)
      Description copied from interface: ICSSPropertyCustomizer
      Create a special value for the passed property. For example if the property is "border-radius" than the browser specific values like "-moz-border-radius" and "-webkit-border-radius" should be emitted as well.
      Parameters:
      aProperty - The CSS property the fuzz is all about. Never null.
      sValue - The value to be created. Neither null nor empty.
      bIsImportant - true if the property is important, false if not.
      Returns:
      May be null in which case the default value is created.