Class SVGOMFESpotLightElement

    • Constructor Detail

      • SVGOMFESpotLightElement

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

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

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • 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 SVGFESpotLightElement.getX().
        Specified by:
        getX in interface org.w3c.dom.svg.SVGFESpotLightElement
      • getY

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

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

        public org.w3c.dom.svg.SVGAnimatedNumber getPointsAtX()
        DOM: Implements SVGFESpotLightElement.getPointsAtX().
        Specified by:
        getPointsAtX in interface org.w3c.dom.svg.SVGFESpotLightElement
      • getPointsAtY

        public org.w3c.dom.svg.SVGAnimatedNumber getPointsAtY()
        DOM: Implements SVGFESpotLightElement.getPointsAtY().
        Specified by:
        getPointsAtY in interface org.w3c.dom.svg.SVGFESpotLightElement
      • getPointsAtZ

        public org.w3c.dom.svg.SVGAnimatedNumber getPointsAtZ()
        DOM: Implements SVGFESpotLightElement.getPointsAtZ().
        Specified by:
        getPointsAtZ in interface org.w3c.dom.svg.SVGFESpotLightElement
      • getSpecularExponent

        public org.w3c.dom.svg.SVGAnimatedNumber getSpecularExponent()
        DOM: Implements SVGFESpotLightElement.getSpecularExponent().
        Specified by:
        getSpecularExponent in interface org.w3c.dom.svg.SVGFESpotLightElement
      • getLimitingConeAngle

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

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