blob: b3385fa4b1d525fe50eb41ec3a4912da53413c58 [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGFEGaussianBlurElement extends
SVGElement,
SVGFilterPrimitiveStandardAttributes {
public SVGAnimatedString getIn1( );
public SVGAnimatedNumber getStdDeviationX( );
public SVGAnimatedNumber getStdDeviationY( );
public void setStdDeviation ( float stdDeviationX, float stdDeviationY );
}