SVGFEDistantLightElementBuilder class

SVGFEDistantLightElementBuilder class

Builder class for creating SVG ‘feDistantLight’ elements, used within SVG filters to define a distant light source.

The SVGFEDistantLightElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEDistantLightElementBuilder

Methods

MethodDescription
build
build
azimuthSets the ‘azimuth’ attribute of the feDistantLight element.
elevationSets the ’elevation’ attribute of the feDistantLight 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