blob: e9260b66c20113be6655adb10e595a8c3ef59580 [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGFEDiffuseLightingElement extends
SVGElement,
SVGFilterPrimitiveStandardAttributes {
public SVGAnimatedString getIn1( );
public SVGAnimatedNumber getSurfaceScale( );
public SVGAnimatedNumber getDiffuseConstant( );
}