Uses of Interface
com.helger.css.property.customizer.ICSSPropertyCustomizer
-
Packages that use ICSSPropertyCustomizer Package Description com.helger.css.property com.helger.css.property.customizer -
-
Uses of ICSSPropertyCustomizer in com.helger.css.property
Methods in com.helger.css.property that return ICSSPropertyCustomizer Modifier and Type Method Description ICSSPropertyCustomizerAbstractCSSProperty. getCustomizer()ICSSPropertyCustomizerICSSProperty. getCustomizer() -
Uses of ICSSPropertyCustomizer in com.helger.css.property.customizer
Classes in com.helger.css.property.customizer that implement ICSSPropertyCustomizer Modifier and Type Class Description classAbstractCSSPropertyCustomizerAbstract base class for property customizer.classCSSPropertyCustomizerBorderBottomLeftRadiusSpecial customizer for the "border-bottom-left-radius" property.classCSSPropertyCustomizerBorderBottomRightRadiusSpecial customizer for the "border-bottom-right-radius" property.classCSSPropertyCustomizerBorderRadiusSpecial customizer for the "border-radius" property.classCSSPropertyCustomizerBorderTopLeftRadiusSpecial customizer for the "border-top-left-radius" property.classCSSPropertyCustomizerBorderTopRightRadiusSpecial customizer for the "border-top-right-radius" property.classCSSPropertyCustomizerOpacitySpecial customizer for the "opacity" property.
-