| Modifier and Type | Field | Description |
|---|---|---|
static short |
SVG_PAINTTYPE_CURRENTCOLOR |
|
static short |
SVG_PAINTTYPE_NONE |
|
static short |
SVG_PAINTTYPE_RGBCOLOR |
|
static short |
SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR |
|
static short |
SVG_PAINTTYPE_UNKNOWN |
|
static short |
SVG_PAINTTYPE_URI |
|
static short |
SVG_PAINTTYPE_URI_CURRENTCOLOR |
|
static short |
SVG_PAINTTYPE_URI_NONE |
|
static short |
SVG_PAINTTYPE_URI_RGBCOLOR |
|
static short |
SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR |
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LISTSVG_COLORTYPE_CURRENTCOLOR, SVG_COLORTYPE_RGBCOLOR, SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, SVG_COLORTYPE_UNKNOWN| Modifier and Type | Method | Description |
|---|---|---|
short |
getPaintType() |
|
java.lang.String |
getUri() |
|
void |
setPaint(short paintType,
java.lang.String uri,
java.lang.String rgbColor,
java.lang.String iccColor) |
|
void |
setUri(java.lang.String uri) |
getCssText, getCssValueType, setCssTextgetColorType, getICCColor, getRGBColor, setColor, setRGBColor, setRGBColorICCColorstatic final short SVG_PAINTTYPE_UNKNOWN
static final short SVG_PAINTTYPE_RGBCOLOR
static final short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
static final short SVG_PAINTTYPE_NONE
static final short SVG_PAINTTYPE_CURRENTCOLOR
static final short SVG_PAINTTYPE_URI_NONE
static final short SVG_PAINTTYPE_URI_CURRENTCOLOR
static final short SVG_PAINTTYPE_URI_RGBCOLOR
static final short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
static final short SVG_PAINTTYPE_URI
short getPaintType()
java.lang.String getUri()
void setUri(java.lang.String uri)
void setPaint(short paintType,
java.lang.String uri,
java.lang.String rgbColor,
java.lang.String iccColor)
throws SVGException
SVGException