SVGPaint Interface Reference

import "SVGPaint.idl";

Inherits SVGColor.

Inheritance diagram for SVGPaint:

Inheritance graph
[legend]
Collaboration diagram for SVGPaint:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 28 of file SVGPaint.idl.


Member Function Documentation

void setUri ( in DOMString  uri  ) 

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


Member Data Documentation

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.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:17:15 2007 for Web Kit DOM by  doxygen 1.5.1