Class SVGOMFEPointLightElement

    • Constructor Detail

      • SVGOMFEPointLightElement

        protected SVGOMFEPointLightElement()
        Creates a new SVGOMFEPointLightElement object.
      • SVGOMFEPointLightElement

        public SVGOMFEPointLightElement​(java.lang.String prefix,
                                        AbstractDocument owner)
        Creates a new SVGOMFEPointLightElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • getX

        public org.w3c.dom.svg.SVGAnimatedNumber getX()
        DOM: Implements SVGFEPointLightElement.getX().
        Specified by:
        getX in interface org.w3c.dom.svg.SVGFEPointLightElement
      • getY

        public org.w3c.dom.svg.SVGAnimatedNumber getY()
        DOM: Implements SVGFEPointLightElement.getY().
        Specified by:
        getY in interface org.w3c.dom.svg.SVGFEPointLightElement
      • getZ

        public org.w3c.dom.svg.SVGAnimatedNumber getZ()
        DOM: Implements SVGFEPointLightElement.getZ().
        Specified by:
        getZ in interface org.w3c.dom.svg.SVGFEPointLightElement
      • newNode

        protected org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode