Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGFEDiffuseLightingElement.java
2 package org.w3c.dom.svg;
4 public interface SVGFEDiffuseLightingElement extends 
5                SVGElement,
6                SVGFilterPrimitiveStandardAttributes {
7   public SVGAnimatedString getIn1( );
8   public SVGAnimatedNumber getSurfaceScale( );
9   public SVGAnimatedNumber getDiffuseConstant( );
10   public SVGAnimatedNumber getKernelUnitLengthX( );
11   public SVGAnimatedNumber getKernelUnitLengthY( );
12 }