org.w3c.dom.svg
public interface SVGPaint extends SVGColor
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
short | getPaintType() |
String | getUri() |
void | setPaint(short paintType, String uri, String rgbColor, String iccColor) |
void | setUri(String uri) |