import "SVGPaint.idl";
Inherits SVGColor.
Inheritance diagram for SVGPaint:


Public Member Functions | |
| void | setUri (in DOMString uri) |
| void | setPaint (in SVGPaintType 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 SVGPaintType | paintType |
| readonly attribute DOMString | uri |
Definition at line 28 of file SVGPaint.idl.
| void setUri | ( | in DOMString | uri | ) |
| void setPaint | ( | in SVGPaintType | paintType, | |
| in DOMString | uri, | |||
| in DOMString | rgbColor, | |||
| in DOMString | iccColor | |||
| ) | raises (SVGException) |
| const unsigned short SVG_PAINTTYPE_UNKNOWN = 0 |
Definition at line 30 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1 |
Definition at line 31 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2 |
Definition at line 32 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_NONE = 101 |
Definition at line 33 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_CURRENTCOLOR = 102 |
Definition at line 34 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_URI_NONE = 103 |
Definition at line 35 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_URI_CURRENTCOLOR = 104 |
Definition at line 36 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR = 105 |
Definition at line 37 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106 |
Definition at line 38 of file SVGPaint.idl.
| const unsigned short SVG_PAINTTYPE_URI = 107 |
Definition at line 39 of file SVGPaint.idl.
| readonly attribute SVGPaintType paintType |
Definition at line 41 of file SVGPaint.idl.
| readonly attribute DOMString uri |
Definition at line 42 of file SVGPaint.idl.
1.5.1