Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGFEGaussianBlurElement.java
2 package org.w3c.dom.svg;
4 public interface SVGFEGaussianBlurElement extends 
5                SVGElement,
6                SVGFilterPrimitiveStandardAttributes {
7   public SVGAnimatedString getIn1( );
8   public SVGAnimatedNumber getStdDeviationX( );
9   public SVGAnimatedNumber getStdDeviationY( );
11   public void setStdDeviation ( float stdDeviationX, float stdDeviationY );
12 }