|
||||||||||
| 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.svg.ICCColor
public class ICCColor
This class represents an ICC color value.
| Field Summary | |
|---|---|
protected String |
colorProfile
The color profile. |
protected float[] |
colors
The colors. |
protected int |
count
The color count. |
static String |
ICC_COLOR_FUNCTION
|
| Constructor Summary | |
|---|---|
ICCColor(String name)
Creates a new ICCColor. |
|
| Method Summary | |
|---|---|
void |
append(float c)
Appends a color to the list. |
float |
getColor(int i)
Returns the color at the given index. |
String |
getColorProfile()
Returns the color name. |
String |
getCssText()
A string representation of the current value. |
short |
getCssValueType()
Implements Value.getCssValueType(). |
int |
getNumberOfColors()
Returns the number of colors. |
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_COLOR_FUNCTION
protected String colorProfile
protected int count
protected float[] colors
| Constructor Detail |
|---|
public ICCColor(String name)
| Method Detail |
|---|
public short getCssValueType()
Value.getCssValueType().
getCssValueType in interface ValuegetCssValueType in class AbstractValue
public String getColorProfile()
throws DOMException
DOMException
public int getNumberOfColors()
throws DOMException
DOMException
public float getColor(int i)
throws DOMException
DOMExceptionpublic String getCssText()
public void append(float c)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||