Code

(no commit message)
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGTextPositioningElement.java
2 package org.w3c.dom.svg;
4 public interface SVGTextPositioningElement extends 
5                SVGTextContentElement {
6   public SVGAnimatedLengthList getX( );
7   public SVGAnimatedLengthList getY( );
8   public SVGAnimatedLengthList getDx( );
9   public SVGAnimatedLengthList getDy( );
10   public SVGAnimatedNumberList getRotate( );
11 }