com.aspose.html.dom.svg.filters

Class SVGFEDropShadowElement

    • Constructor Detail

      • SVGFEDropShadowElement

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

        Initializes a new instance of the SVGFEDropShadowElement 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 ‘feDropShadow’ element.

        Value: The attribute ‘in’ of the given ‘feDropShadow’ element.
      • getDx

        @DOMNameAttribute(name="dx")
        public SVGAnimatedNumber getDx()

        Corresponds to attribute ‘dx’ on the given ‘feDropShadow’ element.

        Value: The attribute ‘dx’ of the given ‘feDropShadow’ element.
      • getDy

        @DOMNameAttribute(name="dy")
        public SVGAnimatedNumber getDy()

        Corresponds to attribute ‘dy’ on the given ‘feDropShadow’ element.

        Value: The attribute ‘dy’ of the given ‘feDropShadow’ element.
      • getStdDeviationX

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

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

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

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

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

        Value: The attribute ‘stdDeviationY’ of the given ‘feDropShadow’ 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.