com.aspose.html.dom.svg.filters

Class SVGFEDiffuseLightingElement

    • Constructor Detail

      • SVGFEDiffuseLightingElement

        public SVGFEDiffuseLightingElement(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 ‘feDiffuseLighting’ element.

        Value: The attribute ‘in’ of the given ‘feDiffuseLighting’ element.
      • getSurfaceScale

        @DOMNameAttribute(name="surfaceScale")
        public SVGAnimatedNumber getSurfaceScale()

        Corresponds to attribute ‘surfaceScale’ on the given ‘feDiffuseLighting’ element.

        Value: The attribute ‘surfaceScale’ of the given ‘feDiffuseLighting’ element.
      • getDiffuseConstant

        @DOMNameAttribute(name="diffuseConstant")
        public SVGAnimatedNumber getDiffuseConstant()

        Corresponds to attribute ‘diffuseConstant’ on the given ‘feDiffuseLighting’ element.

        Value: The attribute ‘diffuseConstant’ of the given ‘feDiffuseLighting’ element.
      • getKernelUnitLengthX

        @DOMNameAttribute(name="kernelUnitLengthX")
        public SVGAnimatedNumber getKernelUnitLengthX()

        Corresponds to attribute ‘kernelUnitLength’ on the given ‘feDiffuseLighting’ element.

        Value: The attribute ‘kernelUnitLength’ of the given ‘feDiffuseLighting’ element.
      • getKernelUnitLengthY

        @DOMNameAttribute(name="kernelUnitLengthY")
        public SVGAnimatedNumber getKernelUnitLengthY()

        Corresponds to attribute ‘kernelUnitLength’ on the given ‘feDiffuseLighting’ element.

        Value: The attribute ‘kernelUnitLength’ of the given ‘feDiffuseLighting’ element.