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

def.dom.SVGFEGaussianBlurElement Maven / Gradle / Ivy

The newest version!
package def.dom;

@jsweet.lang.Extends({SVGFilterPrimitiveStandardAttributes.class})
public class SVGFEGaussianBlurElement extends SVGElement {
    public SVGAnimatedString in1;
    public SVGAnimatedNumber stdDeviationX;
    public SVGAnimatedNumber stdDeviationY;
    native public void setStdDeviation(double stdDeviationX, double stdDeviationY);
    native public void addEventListener(java.lang.String type, EventListener listener, java.lang.Boolean useCapture);
    public static SVGFEGaussianBlurElement prototype;
    public SVGFEGaussianBlurElement(){}
    public SVGAnimatedLength height;
    public SVGAnimatedString result;
    public SVGAnimatedLength width;
    public SVGAnimatedLength x;
    public SVGAnimatedLength y;
    native public void addEventListener(java.lang.String type, EventListener listener);
    native public void addEventListener(java.lang.String type, EventListenerObject listener, java.lang.Boolean useCapture);
    native public void addEventListener(java.lang.String type, EventListenerObject listener);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy