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, item
public static final String ICC_NAMED_COLOR_FUNCTION
protected String colorProfile
protected String colorName
public short getCssValueType()
Value.getCssValueType()
.getCssValueType
in interface Value
getCssValueType
in class AbstractValue
public String getColorProfile() throws DOMException
DOMException
public String getColorName() throws DOMException
DOMException
public String getCssText()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.