Class SVGOMFECompositeElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGFECompositeElement, org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes, org.w3c.dom.svg.SVGStylable

public class SVGOMFECompositeElement extends SVGOMFilterPrimitiveStandardAttributes implements org.w3c.dom.svg.SVGFECompositeElement
This class implements SVGFECompositeElement.
See Also:
  • Field Details

  • Constructor Details

    • SVGOMFECompositeElement

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

      public SVGOMFECompositeElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMFECompositeElement object.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
  • Method Details

    • initializeAllLiveAttributes

      protected void initializeAllLiveAttributes()
      Initializes all live attributes for this element.
      Overrides:
      initializeAllLiveAttributes in class SVGOMFilterPrimitiveStandardAttributes
    • getLocalName

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface 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 Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode
    • getTraitInformationTable

      protected DoublyIndexedTable getTraitInformationTable()
      Returns the table of TraitInformation objects for this element.
      Overrides:
      getTraitInformationTable in class SVGOMFilterPrimitiveStandardAttributes