org.w3c.dom.svg

Interface SVGUseElement

public interface SVGUseElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, EventTarget

Method Summary
SVGElementInstancegetAnimatedInstanceRoot()
SVGAnimatedLengthgetHeight()
SVGElementInstancegetInstanceRoot()
SVGAnimatedLengthgetWidth()
SVGAnimatedLengthgetX()
SVGAnimatedLengthgetY()

Method Detail

getAnimatedInstanceRoot

public SVGElementInstance getAnimatedInstanceRoot()

getHeight

public SVGAnimatedLength getHeight()

getInstanceRoot

public SVGElementInstance getInstanceRoot()

getWidth

public SVGAnimatedLength getWidth()

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()