org.apache.batik.css.engine.value.svg
public class ICCColor extends AbstractValue
Field Summary | |
---|---|
protected String | colorProfile
The color profile. |
protected float[] | colors
The colors. |
protected int | count
The color count. |
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 getCssValueType. |
int | getNumberOfColors()
Returns the number of colors. |