niagara-ax/decompiled/org/w3c/dom/svg/SVGImageElement.java
2026-03-17 13:31:18 -07:00

16 lines
431 B
Java

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();
}