SVGFEPointLightElementBuilder class

SVGFEPointLightElementBuilder class

Builder class for creating SVG ‘fePointLight’ elements, which define a point light source for use with lighting filter primitives.

The SVGFEPointLightElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGFEPointLightElementBuilder

Methods

MethodDescription
build
build
xSets the ‘x’ attribute of the fePointLight element, specifying the x-coordinate of the light source.
ySets the ‘y’ attribute of the fePointLight element, specifying the y-coordinate of the light source.
zSets the ‘z’ attribute of the fePointLight element, specifying the z-coordinate of the light source.
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