SVGFEGaussianBlurElement.java :  » Graphic-Library » GLIPS-Graffiti-editor-1.5 » org » w3c » dom » svg » Java Open Source

Java Open Source » Graphic Library » GLIPS Graffiti editor 1.5 
GLIPS Graffiti editor 1.5 » org » w3c » dom » svg » SVGFEGaussianBlurElement.java

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 );
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.