package org.w3c.dom.svg; import org.w3c.dom.events.EventTarget; public interface SVGImageElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, EventTarget { SVGAnimatedLength getHeight(); SVGAnimatedPreserveAspectRatio getPreserveAspectRatio(); SVGAnimatedLength getWidth(); SVGAnimatedLength getX(); SVGAnimatedLength getY(); }