public class SVGColor
extends CSSValue
| Modifier and Type | Field and Description |
|---|---|
double |
colorType |
RGBColor |
rgbColor |
static double |
SVG_COLORTYPE_CURRENTCOLOR |
static double |
SVG_COLORTYPE_RGBCOLOR |
static double |
SVG_COLORTYPE_RGBCOLOR_ICCCOLOR |
static double |
SVG_COLORTYPE_UNKNOWN |
| Constructor and Description |
|---|
SVGColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setColor(double colorType,
java.lang.String rgbColor,
java.lang.String iccColor) |
void |
setRGBColor(java.lang.String rgbColor) |
void |
setRGBColorICCColor(java.lang.String rgbColor,
java.lang.String iccColor) |
public static final double SVG_COLORTYPE_CURRENTCOLOR
public static final double SVG_COLORTYPE_RGBCOLOR
public static final double SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
public static final double SVG_COLORTYPE_UNKNOWN
public double colorType
public RGBColor rgbColor