Class SVGOMFEConvolveMatrixElement

    • Field Detail

      • xmlTraitInformation

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

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

      • SVGOMFEConvolveMatrixElement

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

        public SVGOMFEConvolveMatrixElement​(java.lang.String prefix,
                                            AbstractDocument owner)
        Creates a new SVGOMFEConvolveMatrixElement 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 SVGFEConvolveMatrixElement#getIn1().
      • getEdgeMode

        public org.w3c.dom.svg.SVGAnimatedEnumeration getEdgeMode()
        DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
        Specified by:
        getEdgeMode in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getKernelMatrix

        public org.w3c.dom.svg.SVGAnimatedNumberList getKernelMatrix()
        DOM: Implements SVGFEConvolveMatrixElement.getKernelMatrix().
        Specified by:
        getKernelMatrix in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getOrderX

        public org.w3c.dom.svg.SVGAnimatedInteger getOrderX()
        DOM: Implements SVGFEConvolveMatrixElement.getOrderX().
        Specified by:
        getOrderX in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getOrderY

        public org.w3c.dom.svg.SVGAnimatedInteger getOrderY()
        DOM: Implements SVGFEConvolveMatrixElement.getOrderY().
        Specified by:
        getOrderY in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getTargetX

        public org.w3c.dom.svg.SVGAnimatedInteger getTargetX()
        DOM: Implements SVGFEConvolveMatrixElement.getTargetX().
        Specified by:
        getTargetX in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getTargetY

        public org.w3c.dom.svg.SVGAnimatedInteger getTargetY()
        DOM: Implements SVGFEConvolveMatrixElement.getTargetY().
        Specified by:
        getTargetY in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getDivisor

        public org.w3c.dom.svg.SVGAnimatedNumber getDivisor()
        DOM: Implements SVGFEConvolveMatrixElement.getDivisor().
        Specified by:
        getDivisor in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getBias

        public org.w3c.dom.svg.SVGAnimatedNumber getBias()
        DOM: Implements SVGFEConvolveMatrixElement.getBias().
        Specified by:
        getBias in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getKernelUnitLengthX

        public org.w3c.dom.svg.SVGAnimatedNumber getKernelUnitLengthX()
        DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthX().
        Specified by:
        getKernelUnitLengthX in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getKernelUnitLengthY

        public org.w3c.dom.svg.SVGAnimatedNumber getKernelUnitLengthY()
        DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthY().
        Specified by:
        getKernelUnitLengthY in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • getPreserveAlpha

        public org.w3c.dom.svg.SVGAnimatedBoolean getPreserveAlpha()
        DOM: Implements SVGFEConvolveMatrixElement.getPreserveAlpha().
        Specified by:
        getPreserveAlpha in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
      • newNode

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