Class Svg

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Svg
com.storedobject.vaadin.Svg
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

@Tag("svg") public class Svg extends com.vaadin.flow.component.Svg
An enhanced version of Vaadin's Svg. This class provides functionality to manage tooltips, click popups, and event listeners for the components within an SVG structure.

The SVG structure's can be created/manipulated using the Document and Node.

Author:
Syam
See Also: