Class SVGOMFEBlendElement

    • Field Detail

      • xmlTraitInformation

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

        protected static final java.lang.String[] MODE_VALUES
        The 'mode' attribute values.
    • Constructor Detail

      • SVGOMFEBlendElement

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

        public SVGOMFEBlendElement​(java.lang.String prefix,
                                   AbstractDocument owner)
        Creates a new SVGOMFEBlendElement 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 SVGFEBlendElement.getIn1().
        Specified by:
        getIn1 in interface org.w3c.dom.svg.SVGFEBlendElement
      • getIn2

        public org.w3c.dom.svg.SVGAnimatedString getIn2()
        DOM: Implements SVGFEBlendElement.getIn2().
        Specified by:
        getIn2 in interface org.w3c.dom.svg.SVGFEBlendElement
      • getMode

        public org.w3c.dom.svg.SVGAnimatedEnumeration getMode()
        DOM: Implements SVGFEBlendElement.getMode().
        Specified by:
        getMode in interface org.w3c.dom.svg.SVGFEBlendElement
      • newNode

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