Code

Add w3c svg-dom and smil-dom java interfaces
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGTextPositioningElement.java
1 \r
2 package org.w3c.dom.svg;\r
3 \r
4 public interface SVGTextPositioningElement extends \r
5                SVGTextContentElement {\r
6   public SVGAnimatedLengthList getX( );\r
7   public SVGAnimatedLengthList getY( );\r
8   public SVGAnimatedLengthList getDx( );\r
9   public SVGAnimatedLengthList getDy( );\r
10   public SVGAnimatedNumberList getRotate( );\r
11 }\r