com.aspose.html.dom.svg.filters

Class SVGFEGaussianBlurElement

    • Constructor Detail

      • SVGFEGaussianBlurElement

        public SVGFEGaussianBlurElement(com.aspose.html.dom.DOMName name,
                                        Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getIn1

        @DOMNameAttribute(name="in1")
        public SVGAnimatedString getIn1()

        Corresponds to attribute ’in’ on the given ’feGaussianBlur’ element.

        Value: The attribute ’in’ of the given ’feGaussianBlur’ element.
      • getStdDeviationX

        @DOMNameAttribute(name="stdDeviationX")
        public SVGAnimatedNumber getStdDeviationX()

        Corresponds to attribute ’stdDeviation’ on the given ’feGaussianBlur’ element. Contains the X component of attribute ’stdDeviation’.

        Value: The attribute ’stdDeviationX’ of the given ’feGaussianBlur’ element.
      • getStdDeviationY

        @DOMNameAttribute(name="stdDeviationY")
        public SVGAnimatedNumber getStdDeviationY()

        Corresponds to attribute ’stdDeviation’ on the given ’feGaussianBlur’ element. Contains the Y component (possibly computed automatically) of attribute ’stdDeviation’.

        Value: The attribute ’stdDeviationY’ of the given ’feGaussianBlur’ element.
      • setStdDeviation

        @DOMNameAttribute(name="setStdDeviation")
        public void setStdDeviation(float stdDeviationX,
                                                                               float stdDeviationY)

        Sets the values for attribute ’stdDeviation’.

        Parameters:
        stdDeviationX - The X component of attribute ’stdDeviation’.
        stdDeviationY - The Y component of attribute ’stdDeviation’.
        Throws:
        DOMException - Code DOMException.NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.