All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3c.dom.svg.SVGFEGaussianBlurElement Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version

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 );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy