SVGFEComponentTransferElementBuilder class

SVGFEComponentTransferElementBuilder class

Builder class for creating SVG ‘feComponentTransfer’ elements, used in SVG filters.

The SVGFEComponentTransferElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEComponentTransferElementBuilder

Methods

MethodDescription
buildBuilds the SVGFEComponentTransferElement with the configured component transfer functions.
build
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