Class ICCNamedColor
java.lang.Object
org.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.svg12.ICCNamedColor
- All Implemented Interfaces:
Value
This class represents an ICC named color value.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionICCNamedColor(String profileName, String colorName) Creates a new ICCNamedColor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the color nameReturns the color name.A string representation of the current value.shortImplementsValue.getCssValueType().toString()Methods inherited from class AbstractValue
createDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, item
-
Field Details
-
ICC_NAMED_COLOR_FUNCTION
- See Also:
-
colorProfile
The color profile. -
colorName
The color name.
-
-
Constructor Details
-
ICCNamedColor
-
-
Method Details
-
getCssValueType
public short getCssValueType()ImplementsValue.getCssValueType().- Specified by:
getCssValueTypein interfaceValue- Overrides:
getCssValueTypein classAbstractValue
-
getColorProfile
-
getColorName
-
getCssText
A string representation of the current value. -
toString
-