org.w3c.dom.svg

Interface SVGImageElement

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

Method Summary
SVGAnimatedLengthgetHeight()
SVGAnimatedPreserveAspectRatiogetPreserveAspectRatio()
SVGAnimatedLengthgetWidth()
SVGAnimatedLengthgetX()
SVGAnimatedLengthgetY()

Method Detail

getHeight

public SVGAnimatedLength getHeight()

getPreserveAspectRatio

public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()

getWidth

public SVGAnimatedLength getWidth()

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()