| Modifier and Type | Field and Description |
|---|---|
static short |
SVG_COLORTYPE_CURRENTCOLOR |
static short |
SVG_COLORTYPE_RGBCOLOR |
static short |
SVG_COLORTYPE_RGBCOLOR_ICCCOLOR |
static short |
SVG_COLORTYPE_UNKNOWN |
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST| Modifier and Type | Method and Description |
|---|---|
short |
getColorType() |
SVGICCColor |
getICCColor() |
RGBColor |
getRGBColor() |
void |
setColor(short 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) |
getCssText, getCssValueType, setCssTextstatic final short SVG_COLORTYPE_UNKNOWN
static final short SVG_COLORTYPE_RGBCOLOR
static final short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
static final short SVG_COLORTYPE_CURRENTCOLOR
short getColorType()
RGBColor getRGBColor()
SVGICCColor getICCColor()
void setRGBColor(java.lang.String rgbColor)
throws SVGException
SVGExceptionvoid setRGBColorICCColor(java.lang.String rgbColor,
java.lang.String iccColor)
throws SVGException
SVGExceptionvoid setColor(short colorType,
java.lang.String rgbColor,
java.lang.String iccColor)
throws SVGException
SVGException