Uses of Interface
com.helger.css.utils.ICSSNamedColor
Packages that use ICSSNamedColor
-
Uses of ICSSNamedColor in com.helger.css.property
Methods in com.helger.css.property with parameters of type ICSSNamedColorModifier and TypeMethodDescriptiondefault 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 ICSSNamedColorModifier and TypeClassDescriptionenumCSS basic colors.enumContains a list of predefined color values in CSS 2.1.
These names are deprecated in CSS 3.0 in favour of the appearance property.