com.aspose.html.dom.svg.filters

Class SVGFEConvolveMatrixElement

    • Constructor Detail

      • SVGFEConvolveMatrixElement

        public SVGFEConvolveMatrixElement(com.aspose.html.dom.DOMName name,
                                          Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getIn1

        @DOMNameAttribute(name="in1")
        public SVGAnimatedString getIn1()

        Corresponds to attribute ‘in’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘in’ of the given ‘feConvolveMatrix’ element.
      • getOrderX

        @DOMNameAttribute(name="orderX")
        public SVGAnimatedInteger getOrderX()

        Corresponds to attribute ‘order’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘order’ of the given ‘feConvolveMatrix’ element.
      • getOrderY

        @DOMNameAttribute(name="orderY")
        public SVGAnimatedInteger getOrderY()

        Corresponds to attribute ‘order’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘order’ of the given ‘feConvolveMatrix’ element.
      • getKernelMatrix

        @DOMNameAttribute(name="kernelMatrix")
        public SVGAnimatedNumberList getKernelMatrix()

        Corresponds to attribute ‘kernelMatrix’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘kernelMatrix’ of the given ‘feConvolveMatrix’ element.
      • getDivisor

        @DOMNameAttribute(name="divisor")
        public SVGAnimatedNumber getDivisor()

        Corresponds to attribute ‘divisor’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘divisor’ of the given ‘feConvolveMatrix’ element.
      • getBias

        @DOMNameAttribute(name="bias")
        public SVGAnimatedNumber getBias()

        Corresponds to attribute ‘bias’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘bias’ of the given ‘feConvolveMatrix’ element.
      • getTargetX

        @DOMNameAttribute(name="targetX")
        public SVGAnimatedInteger getTargetX()

        Corresponds to attribute ‘targetX’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘targetX’ of the given ‘feConvolveMatrix’ element.
      • getTargetY

        @DOMNameAttribute(name="targetY")
        public SVGAnimatedInteger getTargetY()

        Corresponds to attribute ‘targetY’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘targetY’ of the given ‘feConvolveMatrix’ element.
      • getEdgeMode

        @DOMNameAttribute(name="edgeMode")
        public SVGAnimatedEnumeration getEdgeMode()

        Corresponds to attribute ‘edgeMode’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘edgeMode’ of the given ‘feConvolveMatrix’ element.
      • getKernelUnitLengthX

        @DOMNameAttribute(name="kernelUnitLengthX")
        public SVGAnimatedNumber getKernelUnitLengthX()

        Corresponds to attribute ‘kernelUnitLength’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘kernelUnitLength’ of the given ‘feConvolveMatrix’ element.
      • getKernelUnitLengthY

        @DOMNameAttribute(name="kernelUnitLengthY")
        public SVGAnimatedNumber getKernelUnitLengthY()

        Corresponds to attribute ‘kernelUnitLength’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘kernelUnitLength’ of the given ‘feConvolveMatrix’ element.
      • getPreserveAlpha

        @DOMNameAttribute(name="preserveAlpha")
        public SVGAnimatedBoolean getPreserveAlpha()

        Corresponds to attribute ‘preserveAlpha’ on the given ‘feConvolveMatrix’ element.

        Value: The attribute ‘preserveAlpha’ of the given ‘feConvolveMatrix’ element.