org.w3c.dom.svg

Interface SVGFEGaussianBlurElement

public interface SVGFEGaussianBlurElement extends SVGElement, SVGFilterPrimitiveStandardAttributes

Method Summary
SVGAnimatedStringgetIn1()
SVGAnimatedNumbergetStdDeviationX()
SVGAnimatedNumbergetStdDeviationY()
voidsetStdDeviation(float stdDeviationX, float stdDeviationY)

Method Detail

getIn1

public SVGAnimatedString getIn1()

getStdDeviationX

public SVGAnimatedNumber getStdDeviationX()

getStdDeviationY

public SVGAnimatedNumber getStdDeviationY()

setStdDeviation

public void setStdDeviation(float stdDeviationX, float stdDeviationY)