svg::SVGPaint Interface Reference

import "svg.idl";

Inheritance diagram for svg::SVGPaint:
Collaboration diagram for svg::SVGPaint:

List of all members.

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

Definition at line 1190 of file svg.idl.

const unsigned short svg::SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR = 102

Definition at line 1183 of file svg.idl.

const unsigned short svg::SVGPaint::SVG_PAINTTYPE_NONE = 101

Definition at line 1182 of file svg.idl.

const unsigned short svg::SVGPaint::SVG_PAINTTYPE_RGBCOLOR = 1

Definition at line 1180 of file svg.idl.

Definition at line 1181 of file svg.idl.

const unsigned short svg::SVGPaint::SVG_PAINTTYPE_UNKNOWN = 0

Definition at line 1179 of file svg.idl.

const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI = 107

Definition at line 1188 of file svg.idl.

Definition at line 1185 of file svg.idl.

const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI_NONE = 103

Definition at line 1184 of file svg.idl.

const unsigned short svg::SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR = 105

Definition at line 1186 of file svg.idl.

Definition at line 1187 of file svg.idl.

readonly attribute DOMString svg::SVGPaint::uri

Definition at line 1191 of file svg.idl.


The documentation for this interface was generated from the following file: