org.w3c.dom.svg
public interface SVGColor extends CSSValue
| Field Summary | |
|---|---|
| static short | SVG_COLORTYPE_CURRENTCOLOR |
| static short | SVG_COLORTYPE_RGBCOLOR |
| static short | SVG_COLORTYPE_RGBCOLOR_ICCCOLOR |
| static short | SVG_COLORTYPE_UNKNOWN |
| Method Summary | |
|---|---|
| short | getColorType() |
| SVGICCColor | getICCColor() |
| RGBColor | getRGBColor() |
| void | setColor(short colorType, String rgbColor, String iccColor) |
| void | setRGBColor(String rgbColor) |
| void | setRGBColorICCColor(String rgbColor, String iccColor) |