SVGFECompositeElementBuilder class

SVGFECompositeElementBuilder class

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

The SVGFECompositeElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFECompositeElementBuilder

Methods

MethodDescription
in2Sets the ‘in2’ attribute of the feComposite element.
in2Sets the ‘in2’ attribute of the feComposite element using a FilterInput.
build
build
operatorSets the ‘operator’ attribute of the feComposite element.
k1Sets the ‘k1’ attribute of the feComposite element.
k2Sets the ‘k2’ attribute of the feComposite element.
k3Sets the ‘k3’ attribute of the feComposite element.
k4Sets the ‘k4’ attribute of the feComposite 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