com.aspose.html.dom.svg.filters

Class SVGFEDistantLightElement

    • Constructor Detail

      • SVGFEDistantLightElement

        public SVGFEDistantLightElement(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

      • getAzimuth

        @DOMNameAttribute(name="azimuth")
        public SVGAnimatedNumber getAzimuth()

        Corresponds to attribute ‘azimuth’ on the given ‘feDistantLight’ element.

        Value: The attribute ‘azimuth’ of the given ‘feDistantLight’ element.
      • getElevation

        @DOMNameAttribute(name="elevation")
        public SVGAnimatedNumber getElevation()

        Corresponds to attribute ‘elevation’ on the given ‘feDistantLight’ element.

        Value: The attribute ‘elevation’ of the given ‘feDistantLight’ element.