com.aspose.html.dom.svg.filters

Class SVGFEPointLightElement

    • Constructor Detail

      • SVGFEPointLightElement

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

      • getX

        @DOMNameAttribute(name="x")
        public SVGAnimatedNumber getX()

        Corresponds to attribute ‘x’ on the given ‘fePointLight’ element.

        Value: The attribute ‘x’ of the given ‘fePointLight’ element.
      • getY

        @DOMNameAttribute(name="y")
        public SVGAnimatedNumber getY()

        Corresponds to attribute ‘y’ on the given ‘fePointLight’ element.

        Value: The attribute ‘y’ of the given ‘fePointLight’ element.
      • getZ

        @DOMNameAttribute(name="z")
        public SVGAnimatedNumber getZ()

        Corresponds to attribute ‘z’ on the given ‘fePointLight’ element.

        Value: The attribute ‘z’ of the given ‘fePointLight’ element.