org.w3c.dom.svg

Interface SVGTextPositioningElement

public interface SVGTextPositioningElement extends SVGTextContentElement

Method Summary
SVGAnimatedLengthListgetDx()
SVGAnimatedLengthListgetDy()
SVGAnimatedNumberListgetRotate()
SVGAnimatedLengthListgetX()
SVGAnimatedLengthListgetY()

Method Detail

getDx

public SVGAnimatedLengthList getDx()

getDy

public SVGAnimatedLengthList getDy()

getRotate

public SVGAnimatedNumberList getRotate()

getX

public SVGAnimatedLengthList getX()

getY

public SVGAnimatedLengthList getY()