Class SVGOMFECompositeElement

    • Constructor Detail

      • SVGOMFECompositeElement

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

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

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

        public org.w3c.dom.svg.SVGAnimatedEnumeration getOperator()
        DOM: Implements SVGFECompositeElement.getOperator().
        Specified by:
        getOperator in interface org.w3c.dom.svg.SVGFECompositeElement
      • getK1

        public org.w3c.dom.svg.SVGAnimatedNumber getK1()
        DOM: Implements SVGFECompositeElement.getK1().
        Specified by:
        getK1 in interface org.w3c.dom.svg.SVGFECompositeElement
      • getK2

        public org.w3c.dom.svg.SVGAnimatedNumber getK2()
        DOM: Implements SVGFECompositeElement.getK2().
        Specified by:
        getK2 in interface org.w3c.dom.svg.SVGFECompositeElement
      • getK3

        public org.w3c.dom.svg.SVGAnimatedNumber getK3()
        DOM: Implements SVGFECompositeElement.getK3().
        Specified by:
        getK3 in interface org.w3c.dom.svg.SVGFECompositeElement
      • getK4

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

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