Class SVGOMFEDiffuseLightingElement

    • Field Detail

      • xmlTraitInformation

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

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

      • SVGOMFEDiffuseLightingElement

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

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

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

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

        public org.w3c.dom.svg.SVGAnimatedNumber getDiffuseConstant()
        DOM: Implements SVGFEDiffuseLightingElement.getDiffuseConstant().
        Specified by:
        getDiffuseConstant in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
      • getKernelUnitLengthX

        public org.w3c.dom.svg.SVGAnimatedNumber getKernelUnitLengthX()
        DOM: Implements SVGFEDiffuseLightingElement.getKernelUnitLengthX().
        Specified by:
        getKernelUnitLengthX in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
      • getKernelUnitLengthY

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

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