1 2 package org.w3c.dom.svg;3 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 }12