SVGFEConvolveMatrixElementBuilder class

SVGFEConvolveMatrixElementBuilder class

Builder class for creating SVG ‘feConvolveMatrix’ elements, used in SVG filters for applying convolution matrix effects.

The SVGFEConvolveMatrixElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEConvolveMatrixElementBuilder

Methods

MethodDescription
build
build
order
kernel_matrixSets the ‘kernelMatrix’ attribute of the feConvolveMatrix element.
divisorSets the ‘divisor’ attribute of the feConvolveMatrix element.
biasSets the ‘bias’ attribute of the feConvolveMatrix element.
target_xSets the ’targetX’ attribute of the feConvolveMatrix element.
target_ySets the ’targetY’ attribute of the feConvolveMatrix element.
edge_modeSets the ’edgeMode’ attribute of the feConvolveMatrix element.
kernel_unit_length
preserve_alphaSets the ‘preserveAlpha’ attribute of the feConvolveMatrix element.
build_elementBuilds and returns an SVGElement instance based on the current configuration of the builder.
attributeSets or updates an attribute on an SVG element.

See Also