SVGFEDisplacementMapElementBuilder class

SVGFEDisplacementMapElementBuilder class

Builder class for creating SVG ‘feDisplacementMap’ elements, used in SVG filters to apply displacement mapping effects.

The SVGFEDisplacementMapElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEDisplacementMapElementBuilder

Methods

MethodDescription
in2Sets the ‘in2’ attribute of the feDisplacementMap element.
in2Sets the ‘in2’ attribute of the feDisplacementMap element using a FilterInput.
build
build
scaleSets the ‘scale’ attribute of the feDisplacementMap element.
x_channel_selectorSets the ‘xChannelSelector’ attribute of the feDisplacementMap element.
y_channel_selectorSets the ‘yChannelSelector’ attribute of the feDisplacementMap 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