8 lines
166 B
Java
8 lines
166 B
Java
package org.w3c.dom.svg;
|
|
|
|
public interface SVGFEDistantLightElement extends SVGElement {
|
|
SVGAnimatedNumber getAzimuth();
|
|
|
|
SVGAnimatedNumber getElevation();
|
|
}
|