SVGFEOffsetElementBuilder class

SVGFEOffsetElementBuilder class

Builder class for creating SVG ‘feOffset’ elements, which are used to apply an offset effect to an input image.

The SVGFEOffsetElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEOffsetElementBuilder

Methods

MethodDescription
build
build
dxSets the ‘dx’ attribute of the feOffset element, specifying the horizontal offset.
dySets the ‘dy’ attribute of the feOffset element, specifying the vertical offset.
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