blob: d47887b8d82bd3524b3df05f0f4e8adb2e3c6ff6 [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGTextPositioningElement extends
SVGTextContentElement {
public SVGAnimatedLengthList getX( );
public SVGAnimatedLengthList getY( );
public SVGAnimatedLengthList getDx( );
public SVGAnimatedLengthList getDy( );
public SVGAnimatedNumberList getRotate( );
}