com.aspose.html.dom.svg.filters

Class SVGFESpecularLightingElement

    • Constructor Detail

      • SVGFESpecularLightingElement

        public SVGFESpecularLightingElement(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 ‘feSpecularLighting’ element.

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

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

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

        Value: The attribute ‘surfaceScale’ of the given ‘feSpecularLighting’ element.
      • getSpecularConstant

        @DOMNameAttribute(name="specularConstant")
        public SVGAnimatedNumber getSpecularConstant()

        Corresponds to attribute ‘specularConstant’ on the given ‘feSpecularLighting’ element.

        Value: The attribute ‘specularConstant’ of the given ‘feSpecularLighting’ element.
      • getSpecularExponent

        @DOMNameAttribute(name="specularExponent")
        public SVGAnimatedNumber getSpecularExponent()

        Corresponds to attribute ‘specularExponent’ on the given ‘feSpecularLighting’ element.

        Value: The attribute ‘specularExponent’ of the given ‘feSpecularLighting’ element.
      • getKernelUnitLengthX

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

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

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

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

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

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