Class ColorValue
java.lang.Object
org.openpdf.css.style.DerivedValue
org.openpdf.css.style.derived.ColorValue
- All Implemented Interfaces:
FSDerivedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DerivedValue
asFloat, asIdentValue, asString, asStringArray, getCssSacUnitType, getFloatProportionalTo, getStringValue, hasAbsoluteUnit, isAbsoluteUnit, isDeclaredInherit, isDependentOnFontSize, isIdent
-
Field Details
-
_color
-
-
Constructor Details
-
ColorValue
-
-
Method Details
-
asColor
Returns the value as a Color, if it is a color.- Specified by:
asColorin interfaceFSDerivedValue- Overrides:
asColorin classDerivedValue- Returns:
- The rGBColorValue value
-