Class SVGOMFESpecularLightingElement

    • Field Detail

      • xmlTraitInformation

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

        protected SVGOMAnimatedNumber specularConstant
        The 'specularConstant' attribute value.
      • specularExponent

        protected SVGOMAnimatedNumber specularExponent
        The 'specularExponent' attribute value.
    • Constructor Detail

      • SVGOMFESpecularLightingElement

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

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

        public org.w3c.dom.svg.SVGAnimatedString getIn1()
        DOM: Implements SVGFESpecularLightingElement.getIn1().
        Specified by:
        getIn1 in interface org.w3c.dom.svg.SVGFESpecularLightingElement
      • getSurfaceScale

        public org.w3c.dom.svg.SVGAnimatedNumber getSurfaceScale()
        DOM: Implements SVGFESpecularLightingElement.getSurfaceScale().
        Specified by:
        getSurfaceScale in interface org.w3c.dom.svg.SVGFESpecularLightingElement
      • getSpecularConstant

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

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

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