Package org.w3c.dom.svg

The SVG Tiny 1.1 DOM API defined in this specification is subset of W3C SVG Tiny 1.2 uDOM.

See:
          Description

Interface Summary
SVGAnimationElement This interface represents an Animation element, which contains methods to control the timing of animations.
SVGElement This interface represents an SVG element in the document tree.
SVGLocatableElement This interface represents an SVGLocatableElement.
SVGMatrix This interface represents an "SVGMatrix" datatype, identified by an affine transform.
SVGPath This interface represents an "SVGPath" datatype used to define the path geometry.
SVGPoint This interface represents an "SVGPoint" datatype, identifiend by its x and y components.
SVGRect This interface represents an "SVGRect" datatype, consisting of a minimum X, minimum Y, width and height values.
SVGRGBColor This interface represents an "SVGRGBColor" datatype made up of red, green, and blue components.
SVGSVGElement This interface represents <svg> element in (SVG) document tree.
 

Exception Summary
SVGException An exception thrown for SVG-specific errors, such as noninvertable matrix in inverse.
 

Package org.w3c.dom.svg Description

The SVG Tiny 1.1 DOM API defined in this specification is subset of W3C SVG Tiny 1.2 uDOM.

Note: The JSR 226 DOM APIs (in the org.w3c.dom, org.w3c.dom.events and org.w3c.dom.svg packages) are binary compatible with the SVG 1.2 Tiny DOM. This means that code compiled against the JSR 226 DOM APIs can run on a conformance implementation of the SVG 1.2 Tiny DOM.



Copyright © 2003-2006 Nokia Corporation. See the Copyright Notice for details.