Package org.w3c.dom.svg
Interface SVGPaint
-
-
Field Summary
Fields Modifier and Type Field Description static shortSVG_PAINTTYPE_CURRENTCOLORstatic shortSVG_PAINTTYPE_NONEstatic shortSVG_PAINTTYPE_RGBCOLORstatic shortSVG_PAINTTYPE_RGBCOLOR_ICCCOLORstatic shortSVG_PAINTTYPE_UNKNOWNstatic shortSVG_PAINTTYPE_URIstatic shortSVG_PAINTTYPE_URI_CURRENTCOLORstatic shortSVG_PAINTTYPE_URI_NONEstatic shortSVG_PAINTTYPE_URI_RGBCOLORstatic shortSVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetPaintType()java.lang.StringgetUri()voidsetPaint(short paintType, java.lang.String uri, java.lang.String rgbColor, java.lang.String iccColor)voidsetUri(java.lang.String uri)-
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 Detail
-
SVG_PAINTTYPE_UNKNOWN
static final short SVG_PAINTTYPE_UNKNOWN
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_RGBCOLOR
static final short SVG_PAINTTYPE_RGBCOLOR
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
static final short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_NONE
static final short SVG_PAINTTYPE_NONE
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_CURRENTCOLOR
static final short SVG_PAINTTYPE_CURRENTCOLOR
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_URI_NONE
static final short SVG_PAINTTYPE_URI_NONE
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_URI_CURRENTCOLOR
static final short SVG_PAINTTYPE_URI_CURRENTCOLOR
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_URI_RGBCOLOR
static final short SVG_PAINTTYPE_URI_RGBCOLOR
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
static final short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
- See Also:
- Constant Field Values
-
SVG_PAINTTYPE_URI
static final short SVG_PAINTTYPE_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPaintType
short getPaintType()
-
getUri
java.lang.String getUri()
-
setUri
void setUri(java.lang.String uri)
-
setPaint
void setPaint(short paintType, java.lang.String uri, java.lang.String rgbColor, java.lang.String iccColor) throws SVGException- Throws:
SVGException
-
-