Package org.w3c.dom.svg
Interface SVGPaint
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
static final short
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
Fields inherited from interface org.w3c.dom.svg.SVGColor
SVG_COLORTYPE_CURRENTCOLOR, SVG_COLORTYPE_RGBCOLOR, SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, SVG_COLORTYPE_UNKNOWN
-
Method Summary
Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
Methods inherited from interface org.w3c.dom.svg.SVGColor
getColorType, getICCColor, getRGBColor, setColor, setRGBColor, setRGBColorICCColor
-
Field Details
-
SVG_PAINTTYPE_UNKNOWN
static final short SVG_PAINTTYPE_UNKNOWN- See Also:
-
SVG_PAINTTYPE_RGBCOLOR
static final short SVG_PAINTTYPE_RGBCOLOR- See Also:
-
SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
static final short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR- See Also:
-
SVG_PAINTTYPE_NONE
static final short SVG_PAINTTYPE_NONE- See Also:
-
SVG_PAINTTYPE_CURRENTCOLOR
static final short SVG_PAINTTYPE_CURRENTCOLOR- See Also:
-
SVG_PAINTTYPE_URI_NONE
static final short SVG_PAINTTYPE_URI_NONE- See Also:
-
SVG_PAINTTYPE_URI_CURRENTCOLOR
static final short SVG_PAINTTYPE_URI_CURRENTCOLOR- See Also:
-
SVG_PAINTTYPE_URI_RGBCOLOR
static final short SVG_PAINTTYPE_URI_RGBCOLOR- See Also:
-
SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
static final short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR- See Also:
-
SVG_PAINTTYPE_URI
static final short SVG_PAINTTYPE_URI- See Also:
-
-
Method Details
-
getPaintType
short getPaintType() -
getUri
String getUri() -
setUri
-
setPaint
- Throws:
SVGException
-