package org.w3c.dom.svg; public interface SVGFEDistantLightElement extends SVGElement { SVGAnimatedNumber getAzimuth(); SVGAnimatedNumber getElevation(); }