Class SVGOMFEColorMatrixElement

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.SVGFEColorMatrixElement, org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes, org.w3c.dom.svg.SVGStylable

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

    • xmlTraitInformation

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

      protected static final String[] TYPE_VALUES
      The 'type' attribute values.
    • in

      protected SVGOMAnimatedString in
      The 'in' attribute value.
    • type

      protected SVGOMAnimatedEnumeration type
      The 'type' attribute value.
  • Constructor Details

    • SVGOMFEColorMatrixElement

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

      public SVGOMFEColorMatrixElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMFEColorMatrixElement 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 SVGFEColorMatrixElement.getIn1().
      Specified by:
      getIn1 in interface org.w3c.dom.svg.SVGFEColorMatrixElement
    • getType

      public org.w3c.dom.svg.SVGAnimatedEnumeration getType()
      DOM: Implements SVGFEColorMatrixElement.getType().
      Specified by:
      getType in interface org.w3c.dom.svg.SVGFEColorMatrixElement
    • getValues

      public org.w3c.dom.svg.SVGAnimatedNumberList getValues()
      DOM: Implements SVGFEColorMatrixElement.getValues().
      Specified by:
      getValues in interface org.w3c.dom.svg.SVGFEColorMatrixElement
    • 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