Class SVGOMFEColorMatrixElement

    • Field Detail

      • xmlTraitInformation

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

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

      • SVGOMFEColorMatrixElement

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

        public SVGOMFEColorMatrixElement​(java.lang.String prefix,
                                         AbstractDocument owner)
        Creates a new SVGOMFEColorMatrixElement 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 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 org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode