|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.engine.value.AbstractValue
org.apache.batik.css.engine.value.svg12.ICCNamedColor
public class ICCNamedColor
This class represents an ICC named color value.
| Field Summary | |
|---|---|
protected String |
colorName
The color name. |
protected String |
colorProfile
The color profile. |
static String |
ICC_NAMED_COLOR_FUNCTION
|
| Constructor Summary | |
|---|---|
ICCNamedColor(String profileName,
String colorName)
Creates a new ICCNamedColor. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.apache.batik.css.engine.value.AbstractValue |
|---|
createDOMException, getBlue, getBottom, getFloatValue, getGreen, getIdentifier, getLeft, getLength, getListStyle, getPrimitiveType, getRed, getRight, getSeparator, getStringValue, getTop, item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ICC_NAMED_COLOR_FUNCTION
protected String colorProfile
protected String colorName
| Constructor Detail |
|---|
public ICCNamedColor(String profileName,
String colorName)
| Method Detail |
|---|
public short getCssValueType()
Value.getCssValueType().
getCssValueType in interface ValuegetCssValueType in class AbstractValue
public String getColorProfile()
throws DOMException
DOMException
public String getColorName()
throws DOMException
DOMExceptionpublic String getCssText()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||