blob: 926fe8d897948c262620a77010590a00ff6805a6 [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
<!--
Copyright 2003 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- ========================================================================= -->
<!-- author nicolas.socheleau@bitflash.com -->
<!-- version $Id$ -->
<!-- ========================================================================= -->
<document>
<header>
<title>Batik SVG DOM implementation</title>
<authors>
<person name="Nicolas Socheleau" email="nicolas.socheleau@bitflash.com"/>
</authors>
</header>
<body>
<s1 title="Batik 1.5 SVG DOM Implementation status">
<p>
<!-- interface START -->
<strong>GetSVGDocument</strong>
<anchor id="GetSVGDocument"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/struct.html#InterfaceGetSVGDocument"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGDocument">SVGDocument</link> <strong>getSVGDocument</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAElement</strong>
<anchor id="SVGAElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/linking.html#InterfaceSVGAElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getTarget</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAltGlyphElement</strong>
<anchor id="SVGAltGlyphElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/text.html#InterfaceSVGAltGlyphElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getGlyphRef</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setGlyphRef</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getFormat</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setFormat</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAngle</strong>
<anchor id="SVGAngle"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAngle"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getValue</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setValue</strong>
(float)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getUnitType</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getValueInSpecifiedUnits</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setValueInSpecifiedUnits</strong>
(float)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getValueAsString</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setValueAsString</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>newValueSpecifiedUnits</strong>
(short,float)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>convertToSpecifiedUnits</strong>
(short)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedAngle</strong>
<anchor id="SVGAnimatedAngle"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedAngle"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAngle">SVGAngle</link> <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAngle">SVGAngle</link> <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedBoolean</strong>
<anchor id="SVGAnimatedBoolean"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedBoolean"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setBaseVal</strong>
(boolean)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedEnumeration</strong>
<anchor id="SVGAnimatedEnumeration"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedEnumeration"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setBaseVal</strong>
(short)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedInteger</strong>
<anchor id="SVGAnimatedInteger"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedInteger"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setBaseVal</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedLength</strong>
<anchor id="SVGAnimatedLength"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedLength"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedLengthList</strong>
<anchor id="SVGAnimatedLengthList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedLengthList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLengthList">SVGLengthList</link> <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLengthList">SVGLengthList</link> <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedNumber</strong>
<anchor id="SVGAnimatedNumber"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedNumber"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setBaseVal</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedNumberList</strong>
<anchor id="SVGAnimatedNumberList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedNumberList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumberList">SVGNumberList</link> <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumberList">SVGNumberList</link> <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedPathData</strong>
<anchor id="SVGAnimatedPathData"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGAnimatedPathData"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegList">SVGPathSegList</link> <strong>getPathSegList</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegList">SVGPathSegList</link> <strong>getNormalizedPathSegList</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegList">SVGPathSegList</link> <strong>getAnimatedPathSegList</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegList">SVGPathSegList</link> <strong>getAnimatedNormalizedPathSegList</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedPoints</strong>
<anchor id="SVGAnimatedPoints"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGAnimatedPoints"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPointList">SVGPointList</link> <strong>getPoints</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPointList">SVGPointList</link> <strong>getAnimatedPoints</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedPreserveAspectRatio</strong>
<anchor id="SVGAnimatedPreserveAspectRatio"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGAnimatedPreserveAspectRatio"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPreserveAspectRatio">SVGPreserveAspectRatio</link> <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPreserveAspectRatio">SVGPreserveAspectRatio</link> <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedRect</strong>
<anchor id="SVGAnimatedRect"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedRect"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGRect">SVGRect</link> <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGRect">SVGRect</link> <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedString</strong>
<anchor id="SVGAnimatedString"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGAnimatedString"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setBaseVal</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimatedTransformList</strong>
<anchor id="SVGAnimatedTransformList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGAnimatedTransformList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransformList">SVGTransformList</link> <strong>getBaseVal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransformList">SVGTransformList</link> <strong>getAnimVal</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGAnimationElement</strong>
<anchor id="SVGAnimationElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/animate.html#InterfaceSVGAnimationElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElement">SVGElement</link> <strong>getTargetElement</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getStartTime</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getCurrentTime</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getSimpleDuration</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGCircleElement</strong>
<anchor id="SVGCircleElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGCircleElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getCx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getCy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getR</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGClipPathElement</strong>
<anchor id="SVGClipPathElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/masking.html#InterfaceSVGClipPathElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getClipPathUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGColor</strong>
<anchor id="SVGColor"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGColor"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setColor</strong>
(short,java.lang.String,java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getColorType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
org.w3c.dom.css.RGBColor <strong>getRGBColor</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGICCColor">SVGICCColor</link> <strong>getICCColor</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setRGBColor</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setRGBColorICCColor</strong>
(java.lang.String,java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGColorProfileElement</strong>
<anchor id="SVGColorProfileElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/color.html#InterfaceSVGColorProfileElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getName</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setName</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getLocal</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setLocal</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getRenderingIntent</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setRenderingIntent</strong>
(short)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGColorProfileRule</strong>
<anchor id="SVGColorProfileRule"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/color.html#InterfaceSVGColorProfileRule"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getName</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setName</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getRenderingIntent</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setRenderingIntent</strong>
(short)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getSrc</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setSrc</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGComponentTransferFunctionElement</strong>
<anchor id="SVGComponentTransferFunctionElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGComponentTransferFunctionElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getOffset</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumberList">SVGAnimatedNumberList</link> <strong>getTableValues</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getSlope</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getIntercept</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getAmplitude</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getExponent</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGCursorElement</strong>
<anchor id="SVGCursorElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/interact.html#InterfaceSVGCursorElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGDocument</strong>
<anchor id="SVGDocument"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/struct.html#InterfaceSVGDocument"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getURL</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getTitle</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getReferrer</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getDomain</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGSVGElement">SVGSVGElement</link> <strong>getRootElement</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGElement</strong>
<anchor id="SVGElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getId</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setId</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getXMLbase</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setXMLbase</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGSVGElement">SVGSVGElement</link> <strong>getOwnerSVGElement</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElement">SVGElement</link> <strong>getViewportElement</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGElementInstance</strong>
<anchor id="SVGElementInstance"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/struct.html#InterfaceSVGElementInstance"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>getParentNode</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstanceList">SVGElementInstanceList</link> <strong>getChildNodes</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>getFirstChild</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>getLastChild</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>getPreviousSibling</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>getNextSibling</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElement">SVGElement</link> <strong>getCorrespondingElement</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGUseElement">SVGUseElement</link> <strong>getCorrespondingUseElement</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGElementInstanceList</strong>
<anchor id="SVGElementInstanceList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/struct.html#InterfaceSVGElementInstanceList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getLength</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>item</strong>
(int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGEllipseElement</strong>
<anchor id="SVGEllipseElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGEllipseElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getCx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getCy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGExternalResourcesRequired</strong>
<anchor id="SVGExternalResourcesRequired"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGExternalResourcesRequired"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedBoolean">SVGAnimatedBoolean</link> <strong>getExternalResourcesRequired</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td>supported in org.apache.batik.dom.svg.SVGGraphicsElement</td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEBlendElement</strong>
<anchor id="SVGFEBlendElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEBlendElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getMode</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEColorMatrixElement</strong>
<anchor id="SVGFEColorMatrixElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEColorMatrixElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumberList">SVGAnimatedNumberList</link> <strong>getValues</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEComponentTransferElement</strong>
<anchor id="SVGFEComponentTransferElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEComponentTransferElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFECompositeElement</strong>
<anchor id="SVGFECompositeElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFECompositeElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getOperator</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getK1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getK2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getK3</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getK4</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEConvolveMatrixElement</strong>
<anchor id="SVGFEConvolveMatrixElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEConvolveMatrixElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedInteger">SVGAnimatedInteger</link> <strong>getOrderX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedInteger">SVGAnimatedInteger</link> <strong>getOrderY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumberList">SVGAnimatedNumberList</link> <strong>getKernelMatrix</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getDivisor</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getBias</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedInteger">SVGAnimatedInteger</link> <strong>getTargetX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedInteger">SVGAnimatedInteger</link> <strong>getTargetY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getEdgeMode</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getKernelUnitLengthX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getKernelUnitLengthY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedBoolean">SVGAnimatedBoolean</link> <strong>getPreserveAlpha</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEDiffuseLightingElement</strong>
<anchor id="SVGFEDiffuseLightingElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDiffuseLightingElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getSurfaceScale</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getDiffuseConstant</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEDisplacementMapElement</strong>
<anchor id="SVGFEDisplacementMapElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDisplacementMapElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getScale</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getXChannelSelector</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getYChannelSelector</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEDistantLightElement</strong>
<anchor id="SVGFEDistantLightElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEDistantLightElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getAzimuth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getElevation</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEFloodElement</strong>
<anchor id="SVGFEFloodElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEFloodElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEGaussianBlurElement</strong>
<anchor id="SVGFEGaussianBlurElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEGaussianBlurElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getStdDeviationX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getStdDeviationY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setStdDeviation</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEMergeNodeElement</strong>
<anchor id="SVGFEMergeNodeElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMergeElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEMorphologyElement</strong>
<anchor id="SVGFEMorphologyElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEMorphologyElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getOperator</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRadiusX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRadiusY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEOffsetElement</strong>
<anchor id="SVGFEOffsetElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEOffsetElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getDx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getDy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFEPointLightElement</strong>
<anchor id="SVGFEPointLightElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFEPointLightElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getZ</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFESpecularLightingElement</strong>
<anchor id="SVGFESpecularLightingElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpecularLightingElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getSurfaceScale</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getSpecularConstant</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getSpecularExponent</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFESpotLightElement</strong>
<anchor id="SVGFESpotLightElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFESpotLightElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getZ</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getSpecularExponent</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getPointsAtX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getPointsAtY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getPointsAtZ</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getLimitingConeAngle</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFETileElement</strong>
<anchor id="SVGFETileElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETileElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getIn1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFETurbulenceElement</strong>
<anchor id="SVGFETurbulenceElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFETurbulenceElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getBaseFrequencyX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getBaseFrequencyY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedInteger">SVGAnimatedInteger</link> <strong>getNumOctaves</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getSeed</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getStitchTiles</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFilterElement</strong>
<anchor id="SVGFilterElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getFilterUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getPrimitiveUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedInteger">SVGAnimatedInteger</link> <strong>getFilterResX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedInteger">SVGAnimatedInteger</link> <strong>getFilterResY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setFilterRes</strong>
(int,int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFilterPrimitiveStandardAttributes</strong>
<anchor id="SVGFilterPrimitiveStandardAttributes"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/filters.html#InterfaceSVGFilterPrimitiveStandardAttributes"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getResult</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGFitToViewBox</strong>
<anchor id="SVGFitToViewBox"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGFitToViewBox"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedRect">SVGAnimatedRect</link> <strong>getViewBox</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedPreserveAspectRatio">SVGAnimatedPreserveAspectRatio</link> <strong>getPreserveAspectRatio</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGForeignObjectElement</strong>
<anchor id="SVGForeignObjectElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/extend.html#InterfaceSVGForeignObjectElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGGlyphRefElement</strong>
<anchor id="SVGGlyphRefElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/text.html#InterfaceSVGGlyphRefElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getGlyphRef</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setGlyphRef</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getFormat</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setFormat</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getDx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getDy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setDx</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setDy</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGGradientElement</strong>
<anchor id="SVGGradientElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGGradientElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getGradientUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedTransformList">SVGAnimatedTransformList</link> <strong>getGradientTransform</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getSpreadMethod</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGICCColor</strong>
<anchor id="SVGICCColor"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGICCColor"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getColorProfile</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setColorProfile</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumberList">SVGNumberList</link> <strong>getColors</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGImageElement</strong>
<anchor id="SVGImageElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/struct.html#InterfaceSVGImageElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedPreserveAspectRatio">SVGAnimatedPreserveAspectRatio</link> <strong>getPreserveAspectRatio</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGLangSpace</strong>
<anchor id="SVGLangSpace"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGLangSpace"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getXMLlang</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td>Supported by org.batik.dom.svg.SVGGraphicsElement</td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setXMLlang</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td>Supported by org.batik.dom.svg.SVGGraphicsElement</td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getXMLspace</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td>Supported by org.batik.dom.svg.SVGGraphicsElement</td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setXMLspace</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td>Supported by org.batik.dom.svg.SVGGraphicsElement</td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGLength</strong>
<anchor id="SVGLength"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGLength"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getValue</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setValue</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getUnitType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getValueInSpecifiedUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setValueInSpecifiedUnits</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getValueAsString</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setValueAsString</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>newValueSpecifiedUnits</strong>
(short,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>convertToSpecifiedUnits</strong>
(short)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGLengthList</strong>
<anchor id="SVGLengthList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGLengthList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>clear</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>initialize</strong>
(<link href="#SVGLength">SVGLength</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getNumberOfItems</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>getItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>insertItemBefore</strong>
(<link href="#SVGLength">SVGLength</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>replaceItem</strong>
(<link href="#SVGLength">SVGLength</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>removeItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>appendItem</strong>
(<link href="#SVGLength">SVGLength</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGLinearGradientElement</strong>
<anchor id="SVGLinearGradientElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGLinearGradientElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGLineElement</strong>
<anchor id="SVGLineElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGLineElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGLocatable</strong>
<anchor id="SVGLocatable"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElement">SVGElement</link> <strong>getNearestViewportElement</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElement">SVGElement</link> <strong>getFarthestViewportElement</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGRect">SVGRect</link> <strong>getBBox</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>getCTM</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>getScreenCTM</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>getTransformToElement</strong>
(<link href="#SVGElement">SVGElement</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGMarkerElement</strong>
<anchor id="SVGMarkerElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/painting.html#InterfaceSVGMarkerElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRefX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRefY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getMarkerUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getMarkerWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getMarkerHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getOrientType</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedAngle">SVGAnimatedAngle</link> <strong>getOrientAngle</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setOrientToAuto</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setOrientToAngle</strong>
(<link href="#SVGAngle">SVGAngle</link>)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGMaskElement</strong>
<anchor id="SVGMaskElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/masking.html#InterfaceSVGMaskElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getMaskUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getMaskContentUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGMatrix</strong>
<anchor id="SVGMatrix"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getA</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setA</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getB</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setB</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getC</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setC</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getD</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setD</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getE</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setE</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getF</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setF</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>multiply</strong>
(<link href="#SVGMatrix">SVGMatrix</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>inverse</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>translate</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>scale</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>scaleNonUniform</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>rotate</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>rotateFromVector</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>flipX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>flipY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>skewX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>skewY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGNumber</strong>
<anchor id="SVGNumber"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGNumber"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getValue</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setValue</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGNumberList</strong>
<anchor id="SVGNumberList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGNumberList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>clear</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumber">SVGNumber</link> <strong>initialize</strong>
(<link href="#SVGNumber">SVGNumber</link>)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getNumberOfItems</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumber">SVGNumber</link> <strong>getItem</strong>
(int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumber">SVGNumber</link> <strong>insertItemBefore</strong>
(<link href="#SVGNumber">SVGNumber</link>,int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumber">SVGNumber</link> <strong>replaceItem</strong>
(<link href="#SVGNumber">SVGNumber</link>,int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumber">SVGNumber</link> <strong>removeItem</strong>
(int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumber">SVGNumber</link> <strong>appendItem</strong>
(<link href="#SVGNumber">SVGNumber</link>)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPaint</strong>
<anchor id="SVGPaint"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/painting.html#InterfaceSVGPaint"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getPaintType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getUri</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setUri</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setPaint</strong>
(short,java.lang.String,java.lang.String,java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathElement</strong>
<anchor id="SVGPathElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getPathLength</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getTotalLength</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>getPointAtLength</strong>
(float)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getPathSegAtLength</strong>
(float)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegClosePath">SVGPathSegClosePath</link> <strong>createSVGPathSegClosePath</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegMovetoAbs">SVGPathSegMovetoAbs</link> <strong>createSVGPathSegMovetoAbs</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegMovetoRel">SVGPathSegMovetoRel</link> <strong>createSVGPathSegMovetoRel</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegLinetoAbs">SVGPathSegLinetoAbs</link> <strong>createSVGPathSegLinetoAbs</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegLinetoRel">SVGPathSegLinetoRel</link> <strong>createSVGPathSegLinetoRel</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoCubicAbs">SVGPathSegCurvetoCubicAbs</link> <strong>createSVGPathSegCurvetoCubicAbs</strong>
(float,float,float,float,float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoCubicRel">SVGPathSegCurvetoCubicRel</link> <strong>createSVGPathSegCurvetoCubicRel</strong>
(float,float,float,float,float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoQuadraticAbs">SVGPathSegCurvetoQuadraticAbs</link> <strong>createSVGPathSegCurvetoQuadraticAbs</strong>
(float,float,float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoQuadraticRel">SVGPathSegCurvetoQuadraticRel</link> <strong>createSVGPathSegCurvetoQuadraticRel</strong>
(float,float,float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegArcAbs">SVGPathSegArcAbs</link> <strong>createSVGPathSegArcAbs</strong>
(float,float,float,float,float,boolean,boolean)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegArcRel">SVGPathSegArcRel</link> <strong>createSVGPathSegArcRel</strong>
(float,float,float,float,float,boolean,boolean)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegLinetoHorizontalAbs">SVGPathSegLinetoHorizontalAbs</link> <strong>createSVGPathSegLinetoHorizontalAbs</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegLinetoHorizontalRel">SVGPathSegLinetoHorizontalRel</link> <strong>createSVGPathSegLinetoHorizontalRel</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegLinetoVerticalAbs">SVGPathSegLinetoVerticalAbs</link> <strong>createSVGPathSegLinetoVerticalAbs</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegLinetoVerticalRel">SVGPathSegLinetoVerticalRel</link> <strong>createSVGPathSegLinetoVerticalRel</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoCubicSmoothAbs">SVGPathSegCurvetoCubicSmoothAbs</link> <strong>createSVGPathSegCurvetoCubicSmoothAbs</strong>
(float,float,float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoCubicSmoothRel">SVGPathSegCurvetoCubicSmoothRel</link> <strong>createSVGPathSegCurvetoCubicSmoothRel</strong>
(float,float,float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoQuadraticSmoothAbs">SVGPathSegCurvetoQuadraticSmoothAbs</link> <strong>createSVGPathSegCurvetoQuadraticSmoothAbs</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSegCurvetoQuadraticSmoothRel">SVGPathSegCurvetoQuadraticSmoothRel</link> <strong>createSVGPathSegCurvetoQuadraticSmoothRel</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSeg</strong>
<anchor id="SVGPathSeg"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSeg"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getPathSegType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getPathSegTypeAsLetter</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegArcAbs</strong>
<anchor id="SVGPathSegArcAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegArcAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getR1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setR1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getR2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setR2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getAngle</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setAngle</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>getLargeArcFlag</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setLargeArcFlag</strong>
(boolean)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>getSweepFlag</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setSweepFlag</strong>
(boolean)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegArcRel</strong>
<anchor id="SVGPathSegArcRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegArcRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getR1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setR1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getR2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setR2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getAngle</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setAngle</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>getLargeArcFlag</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setLargeArcFlag</strong>
(boolean)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>getSweepFlag</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setSweepFlag</strong>
(boolean)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoCubicAbs</strong>
<anchor id="SVGPathSegCurvetoCubicAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCubicAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoCubicRel</strong>
<anchor id="SVGPathSegCurvetoCubicRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCubicRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoCubicSmoothAbs</strong>
<anchor id="SVGPathSegCurvetoCubicSmoothAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCubicSmoothAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoCubicSmoothRel</strong>
<anchor id="SVGPathSegCurvetoCubicSmoothRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoCubicSmoothRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY2</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY2</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoQuadraticAbs</strong>
<anchor id="SVGPathSegCurvetoQuadraticAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQuadraticAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoQuadraticRel</strong>
<anchor id="SVGPathSegCurvetoQuadraticRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQuadraticRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY1</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY1</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoQuadraticSmoothAbs</strong>
<anchor id="SVGPathSegCurvetoQuadraticSmoothAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQuadraticSmoothAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegCurvetoQuadraticSmoothRel</strong>
<anchor id="SVGPathSegCurvetoQuadraticSmoothRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegCurvetoQuadraticSmoothRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegLinetoAbs</strong>
<anchor id="SVGPathSegLinetoAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegLinetoHorizontalAbs</strong>
<anchor id="SVGPathSegLinetoHorizontalAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoHorizontalAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegLinetoHorizontalRel</strong>
<anchor id="SVGPathSegLinetoHorizontalRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoHorizontalRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegLinetoRel</strong>
<anchor id="SVGPathSegLinetoRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegLinetoVerticalAbs</strong>
<anchor id="SVGPathSegLinetoVerticalAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoVerticalAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegLinetoVerticalRel</strong>
<anchor id="SVGPathSegLinetoVerticalRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegLinetoVerticalRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegList</strong>
<anchor id="SVGPathSegList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>clear</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSeg">SVGPathSeg</link> <strong>initialize</strong>
(<link href="#SVGPathSeg">SVGPathSeg</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getNumberOfItems</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSeg">SVGPathSeg</link> <strong>getItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSeg">SVGPathSeg</link> <strong>insertItemBefore</strong>
(<link href="#SVGPathSeg">SVGPathSeg</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSeg">SVGPathSeg</link> <strong>replaceItem</strong>
(<link href="#SVGPathSeg">SVGPathSeg</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSeg">SVGPathSeg</link> <strong>removeItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPathSeg">SVGPathSeg</link> <strong>appendItem</strong>
(<link href="#SVGPathSeg">SVGPathSeg</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegMovetoAbs</strong>
<anchor id="SVGPathSegMovetoAbs"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegMovetoAbs"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPathSegMovetoRel</strong>
<anchor id="SVGPathSegMovetoRel"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathSegMovetoRel"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPatternElement</strong>
<anchor id="SVGPatternElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGPatternElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getPatternUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getPatternContentUnits</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedTransformList">SVGAnimatedTransformList</link> <strong>getPatternTransform</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPoint</strong>
<anchor id="SVGPoint"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPoint"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>matrixTransform</strong>
(<link href="#SVGMatrix">SVGMatrix</link>)
</td>
<!-- supported -->
<td>Partial</td>
<!-- notes -->
<td>Not implemented for SVGPoint in a SVGPointList</td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPointList</strong>
<anchor id="SVGPointList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPointList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>clear</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>initialize</strong>
(<link href="#SVGPoint">SVGPoint</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getNumberOfItems</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>getItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>insertItemBefore</strong>
(<link href="#SVGPoint">SVGPoint</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>replaceItem</strong>
(<link href="#SVGPoint">SVGPoint</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>removeItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>appendItem</strong>
(<link href="#SVGPoint">SVGPoint</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGPreserveAspectRatio</strong>
<anchor id="SVGPreserveAspectRatio"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGPreserveAspectRatio"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getAlign</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setAlign</strong>
(short)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getMeetOrSlice</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setMeetOrSlice</strong>
(short)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGRadialGradientElement</strong>
<anchor id="SVGRadialGradientElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGRadialGradientElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getCx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getCy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getR</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getFx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getFy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGRect</strong>
<anchor id="SVGRect"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGRect"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setWidth</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setHeight</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGRectElement</strong>
<anchor id="SVGRectElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/shapes.html#InterfaceSVGRectElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getRy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGScriptElement</strong>
<anchor id="SVGScriptElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/script.html#InterfaceSVGScriptElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setType</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGStopElement</strong>
<anchor id="SVGStopElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/pservers.html#InterfaceSVGStopElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumber">SVGAnimatedNumber</link> <strong>getOffset</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGStringList</strong>
<anchor id="SVGStringList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGStringList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>clear</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>initialize</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getNumberOfItems</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getItem</strong>
(int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>insertItemBefore</strong>
(java.lang.String,int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>replaceItem</strong>
(java.lang.String,int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>removeItem</strong>
(int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>appendItem</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGStylable</strong>
<anchor id="SVGStylable"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getClassName</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
org.w3c.dom.css.CSSStyleDeclaration <strong>getStyle</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
org.w3c.dom.css.CSSValue <strong>getPresentationAttribute</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGStyleElement</strong>
<anchor id="SVGStyleElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/styling.html#InterfaceSVGStyleElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getTitle</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getXMLspace</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setXMLspace</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setType</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getMedia</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setMedia</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setTitle</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGSVGElement</strong>
<anchor id="SVGSVGElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSVGElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
org.w3c.dom.Element <strong>getElementById</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getCurrentTime</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>createSVGTransformFromMatrix</strong>
(<link href="#SVGMatrix">SVGMatrix</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getContentScriptType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setContentScriptType</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getContentStyleType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setContentStyleType</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGRect">SVGRect</link> <strong>getViewport</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getPixelUnitToMillimeterX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getPixelUnitToMillimeterY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getScreenPixelToMillimeterX</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getScreenPixelToMillimeterY</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>getUseCurrentView</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setUseCurrentView</strong>
(boolean)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGViewSpec">SVGViewSpec</link> <strong>getCurrentView</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getCurrentScale</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setCurrentScale</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>getCurrentTranslate</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>suspendRedraw</strong>
(int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>unsuspendRedraw</strong>
(int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>unsuspendRedrawAll</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>forceRedraw</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>pauseAnimations</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>unpauseAnimations</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>animationsPaused</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setCurrentTime</strong>
(float)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
org.w3c.dom.NodeList <strong>getIntersectionList</strong>
(<link href="#SVGRect">SVGRect</link>,<link href="#SVGElement">SVGElement</link>)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
org.w3c.dom.NodeList <strong>getEnclosureList</strong>
(<link href="#SVGRect">SVGRect</link>,<link href="#SVGElement">SVGElement</link>)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>checkIntersection</strong>
(<link href="#SVGElement">SVGElement</link>,<link href="#SVGRect">SVGRect</link>)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>checkEnclosure</strong>
(<link href="#SVGElement">SVGElement</link>,<link href="#SVGRect">SVGRect</link>)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>deselectAll</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGNumber">SVGNumber</link> <strong>createSVGNumber</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGLength">SVGLength</link> <strong>createSVGLength</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAngle">SVGAngle</link> <strong>createSVGAngle</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>createSVGPoint</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>createSVGMatrix</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGRect">SVGRect</link> <strong>createSVGRect</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>createSVGTransform</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGTests</strong>
<anchor id="SVGTests"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGTests"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGStringList">SVGStringList</link> <strong>getRequiredFeatures</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td>See org.apache.batik.dom.svg.SVGTestsSupport</td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGStringList">SVGStringList</link> <strong>getRequiredExtensions</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td>See org.apache.batik.dom.svg.SVGTestsSupport</td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGStringList">SVGStringList</link> <strong>getSystemLanguage</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td>See org.apache.batik.dom.svg.SVGTestsSupport</td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
boolean <strong>hasExtension</strong>
(java.lang.String)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td>See org.apache.batik.dom.svg.SVGTestsSupport</td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGTextContentElement</strong>
<anchor id="SVGTextContentElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextContentElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getTextLength</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getLengthAdjust</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getNumberOfChars</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getComputedTextLength</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getSubStringLength</strong>
(int,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>getStartPositionOfChar</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>getEndPositionOfChar</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGRect">SVGRect</link> <strong>getExtentOfChar</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getRotationOfChar</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getCharNumAtPosition</strong>
(<link href="#SVGPoint">SVGPoint</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>selectSubString</strong>
(int,int)
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGTextPathElement</strong>
<anchor id="SVGTextPathElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPathElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getMethod</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getStartOffset</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedEnumeration">SVGAnimatedEnumeration</link> <strong>getSpacing</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGTextPositioningElement</strong>
<anchor id="SVGTextPositioningElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/text.html#InterfaceSVGTextPositioningElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLengthList">SVGAnimatedLengthList</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLengthList">SVGAnimatedLengthList</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLengthList">SVGAnimatedLengthList</link> <strong>getDx</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLengthList">SVGAnimatedLengthList</link> <strong>getDy</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedNumberList">SVGAnimatedNumberList</link> <strong>getRotate</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGTransform</strong>
<anchor id="SVGTransform"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGTransform"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getType</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getAngle</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGMatrix">SVGMatrix</link> <strong>getMatrix</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setMatrix</strong>
(<link href="#SVGMatrix">SVGMatrix</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setTranslate</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setScale</strong>
(float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setRotate</strong>
(float,float,float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setSkewX</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setSkewY</strong>
(float)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGTransformable</strong>
<anchor id="SVGTransformable"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformable"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedTransformList">SVGAnimatedTransformList</link> <strong>getTransform</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGTransformList</strong>
<anchor id="SVGTransformList"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGTransformList"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>clear</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>initialize</strong>
(<link href="#SVGTransform">SVGTransform</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
int <strong>getNumberOfItems</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>getItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>insertItemBefore</strong>
(<link href="#SVGTransform">SVGTransform</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>replaceItem</strong>
(<link href="#SVGTransform">SVGTransform</link>,int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>removeItem</strong>
(int)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>appendItem</strong>
(<link href="#SVGTransform">SVGTransform</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>createSVGTransformFromMatrix</strong>
(<link href="#SVGMatrix">SVGMatrix</link>)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransform">SVGTransform</link> <strong>consolidate</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGURIReference</strong>
<anchor id="SVGURIReference"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGURIReference"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedString">SVGAnimatedString</link> <strong>getHref</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGUseElement</strong>
<anchor id="SVGUseElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/struct.html#InterfaceSVGUseElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getX</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getY</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getWidth</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGAnimatedLength">SVGAnimatedLength</link> <strong>getHeight</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>getInstanceRoot</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElementInstance">SVGElementInstance</link> <strong>getAnimatedInstanceRoot</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGViewElement</strong>
<anchor id="SVGViewElement"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/linking.html#InterfaceSVGViewElement"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGStringList">SVGStringList</link> <strong>getViewTarget</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGViewSpec</strong>
<anchor id="SVGViewSpec"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGViewSpec"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGTransformList">SVGTransformList</link> <strong>getTransform</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGElement">SVGElement</link> <strong>getViewTarget</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getViewBoxString</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getPreserveAspectRatioString</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getTransformString</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
java.lang.String <strong>getViewTargetString</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGZoomAndPan</strong>
<anchor id="SVGZoomAndPan"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/types.html#InterfaceSVGZoomAndPan"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
short <strong>getZoomAndPan</strong>
()
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
void <strong>setZoomAndPan</strong>
(short)
</td>
<!-- supported -->
<td>Yes</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
<p>
<!-- interface START -->
<strong>SVGZoomEvent</strong>
<anchor id="SVGZoomEvent"/>
<br/>
<!-- SVG specification link -->
<link href="http://www.w3.org/TR/SVG/script.html#InterfaceSVGZoomEvent"> (SVG Specification) </link>
</p>
<table>
<tr><th>Method</th><th>Supported</th><th>Notes</th></tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGRect">SVGRect</link> <strong>getZoomRectScreen</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getPreviousScale</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>getPreviousTranslate</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
float <strong>getNewScale</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
<!-- method -->
<tr>
<!-- method name -->
<td>
<link href="#SVGPoint">SVGPoint</link> <strong>getNewTranslate</strong>
()
</td>
<!-- supported -->
<td>No</td>
<!-- notes -->
<td></td>
</tr>
</table>
<!-- interface END -->
</s1>
</body>
</document>