svg::SVGPaint Interface Reference
import "svg.idl";
Inheritance diagram for svg::SVGPaint:

Collaboration diagram for svg::SVGPaint:

Public Member Functions | |
| void | setUri (in DOMString uri) |
| void | setPaint (in unsigned short paintType, in DOMString uri, in DOMString rgbColor, in DOMString iccColor) raises ( SVGException ) |
Public Attributes | |
| const unsigned short | SVG_PAINTTYPE_UNKNOWN = 0 |
| const unsigned short | SVG_PAINTTYPE_RGBCOLOR = 1 |
| const unsigned short | SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2 |
| const unsigned short | SVG_PAINTTYPE_NONE = 101 |
| const unsigned short | SVG_PAINTTYPE_CURRENTCOLOR = 102 |
| const unsigned short | SVG_PAINTTYPE_URI_NONE = 103 |
| const unsigned short | SVG_PAINTTYPE_URI_CURRENTCOLOR = 104 |
| const unsigned short | SVG_PAINTTYPE_URI_RGBCOLOR = 105 |
| const unsigned short | SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106 |
| const unsigned short | SVG_PAINTTYPE_URI = 107 |
| readonly attribute unsigned short | paintType |
| readonly attribute DOMString | uri |
Detailed Description
Definition at line 1177 of file svg.idl.
Member Function Documentation
| void svg::SVGPaint::setPaint | ( | in unsigned short | paintType, | |
| in DOMString | uri, | |||
| in DOMString | rgbColor, | |||
| in DOMString | iccColor | |||
| ) | raises ( SVGException ) |
| void svg::SVGPaint::setUri | ( | in DOMString | uri | ) |
Member Data Documentation
| readonly attribute unsigned short svg::SVGPaint::paintType |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR = 102 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_NONE = 101 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_RGBCOLOR = 1 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_UNKNOWN = 0 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI = 107 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI_CURRENTCOLOR = 104 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI_NONE = 103 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR = 105 |
| const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106 |
| readonly attribute DOMString svg::SVGPaint::uri |
The documentation for this interface was generated from the following file:
