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

10 lines
181 B
Java

package org.w3c.dom.svg;
public interface SVGFEPointLightElement extends SVGElement {
SVGAnimatedNumber getX();
SVGAnimatedNumber getY();
SVGAnimatedNumber getZ();
}