SVGPaint

Module:
svg
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

setPaint
setUri

setPaint


void setPaint(
    in SVGPaintType paintType, 
    in DOMString uri, 
    in DOMString rgbColor, 
    in DOMString iccColor) raises(SVGException); 


setUri


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

paintType


readonly attribute SVGPaintType paintType; 


SVG_PAINTTYPE_CURRENTCOLOR


const unsigned short SVG_PAINTTYPE_CURRENTCOLOR = 102; 


SVG_PAINTTYPE_NONE


const unsigned short SVG_PAINTTYPE_NONE = 101; 


SVG_PAINTTYPE_RGBCOLOR


const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1; 


SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR


const unsigned short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2; 


SVG_PAINTTYPE_UNKNOWN


const unsigned short SVG_PAINTTYPE_UNKNOWN = 0; 


SVG_PAINTTYPE_URI


const unsigned short SVG_PAINTTYPE_URI = 107; 


SVG_PAINTTYPE_URI_CURRENTCOLOR


const unsigned short SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; 


SVG_PAINTTYPE_URI_NONE


const unsigned short SVG_PAINTTYPE_URI_NONE = 103; 


SVG_PAINTTYPE_URI_RGBCOLOR


const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR = 105; 


SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR


const unsigned short SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; 


uri


readonly attribute DOMString uri; 

 

Last Updated: 2009-05-29