| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- setPaint
- setUri
void setPaint(
in SVGPaintType paintType,
in DOMString uri,
in DOMString rgbColor,
in DOMString iccColor) raises(SVGException);
void setUri(
in DOMString uri);
Member Data
- paintType
- SVG_PAINTTYPE_CURRENTCOLOR
- SVG_PAINTTYPE_NONE
- SVG_PAINTTYPE_RGBCOLOR
- SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
- SVG_PAINTTYPE_UNKNOWN
- SVG_PAINTTYPE_URI
- SVG_PAINTTYPE_URI_CURRENTCOLOR
- SVG_PAINTTYPE_URI_NONE
- SVG_PAINTTYPE_URI_RGBCOLOR
- SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR
- uri
readonly attribute SVGPaintType paintType;
const unsigned short SVG_PAINTTYPE_CURRENTCOLOR = 102;
const unsigned short SVG_PAINTTYPE_NONE = 101;
const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1;
const unsigned short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2;
const unsigned short SVG_PAINTTYPE_UNKNOWN = 0;
const unsigned short SVG_PAINTTYPE_URI = 107;
const unsigned short SVG_PAINTTYPE_URI_CURRENTCOLOR = 104;
const unsigned short SVG_PAINTTYPE_URI_NONE = 103;
const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR = 105;
const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
readonly attribute DOMString uri;
Last Updated: 2009-05-29