public class ICCNamedColor extends AbstractValue
| Modifier and Type | Field and Description |
|---|---|
protected String |
colorName
The color name.
|
protected String |
colorProfile
The color profile.
|
static String |
ICC_NAMED_COLOR_FUNCTION |
| Constructor and Description |
|---|
ICCNamedColor(String profileName,
String colorName)
Creates a new ICCNamedColor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColorName()
Returns the color name
|
String |
getColorProfile()
Returns the color name.
|
String |
getCssText()
A string representation of the current value.
|
short |
getCssValueType()
Implements
Value.getCssValueType(). |
String |
toString() |
createDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, itempublic static final String ICC_NAMED_COLOR_FUNCTION
protected String colorProfile
protected String colorName
public short getCssValueType()
Value.getCssValueType().getCssValueType in interface ValuegetCssValueType in class AbstractValuepublic String getColorProfile() throws DOMException
DOMExceptionpublic String getColorName() throws DOMException
DOMExceptionpublic String getCssText()
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.