Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGFEDistantLightElement.java
2 package org.w3c.dom.svg;
4 public interface SVGFEDistantLightElement extends 
5                SVGElement {
6   public SVGAnimatedNumber getAzimuth( );
7   public SVGAnimatedNumber getElevation( );
8 }