blob: a96a1e15dad3cdbf1c82870f7b8b614ffcae1eee [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGFEDistantLightElement extends
SVGElement {
public SVGAnimatedNumber getAzimuth( );
public SVGAnimatedNumber getElevation( );
}