Class SVGOMFEDistantLightElement

    • Field Detail

      • xmlTraitInformation

        protected static DoublyIndexedTable xmlTraitInformation
        Table mapping XML attribute names to TraitInformation objects.
    • Constructor Detail

      • SVGOMFEDistantLightElement

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

        public SVGOMFEDistantLightElement​(java.lang.String prefix,
                                          AbstractDocument owner)
        Creates a new SVGOMFEDistantLightElement 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
      • getAzimuth

        public org.w3c.dom.svg.SVGAnimatedNumber getAzimuth()
        DOM: Implements SVGFEDistantLightElement.getAzimuth().
        Specified by:
        getAzimuth in interface org.w3c.dom.svg.SVGFEDistantLightElement
      • getElevation

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

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