Uses of Interface
com.helger.css.utils.ICSSNamedColor
-
Packages that use ICSSNamedColor Package Description com.helger.css.property com.helger.css.utils -
-
Uses of ICSSNamedColor in com.helger.css.property
Methods in com.helger.css.property with parameters of type ICSSNamedColor Modifier and Type Method Description default ICSSValueICSSProperty. newImportantValue(ICSSNamedColor aColor)Create a new important CSS value with this property and the specified named color.default ICSSValueICSSProperty. newValue(ICSSNamedColor aColor)Create a new CSS value with this property and the specified named color.default ICSSValueICSSProperty. newValue(ICSSNamedColor aColor, boolean bImportant)Create a new CSS value with this property and the specified named color. -
Uses of ICSSNamedColor in com.helger.css.utils
Classes in com.helger.css.utils that implement ICSSNamedColor Modifier and Type Class Description classECSSColorCSS basic colors.classECSSColorNameContains a list of predefined color values in CSS 2.1.
These names are deprecated in CSS 3.0 in favour of the appearance property.
-