SVGViewElementBuilder class

SVGViewElementBuilder class

Builder class for creating an SVGViewElement, which defines a view within an SVG document.

The SVGViewElementBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of SVGViewElementBuilder

Methods

MethodDescription
build
build
zoom_and_panSets the zoomAndPan attribute of the view element, specifying the zoom and pan behavior.
view_targetSets the viewTarget attribute of the view element, specifying the target elements for the view.
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