summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGFEDistantLightElement.java
blob: 576f01b6268a9d0be893ae147ea90fd0d1979b7d (plain) (blame)
1
2
3
4
5
6
7
8

package org.w3c.dom.svg;

public interface SVGFEDistantLightElement extends 
               SVGElement {
  public SVGAnimatedNumber getAzimuth( );
  public SVGAnimatedNumber getElevation( );
}