Uses of Class
com.vaadin.flow.component.charts.model.Node
-
Packages that use Node Package Description com.vaadin.flow.component.charts.model -
-
Uses of Node in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Node Modifier and Type Method Description NodeNodeSeriesItem. getFrom()NodeNodeSeriesItem. getTo()Methods in com.vaadin.flow.component.charts.model that return types with arguments of type Node Modifier and Type Method Description Set<Node>NodeSeries. getNodes()Methods in com.vaadin.flow.component.charts.model with parameters of type Node Modifier and Type Method Description NodeSeriesItemNodeSeries. add(Node from, Node to)Adds both nodes and links then in the series.voidNodeSeries. addNode(Node node)Adds a node to the chart.voidNodeSeries. remove(Node node)Removes the node.voidNodeSeriesItem. setFrom(Node from)voidNodeSeriesItem. setTo(Node to)Constructors in com.vaadin.flow.component.charts.model with parameters of type Node Constructor Description NodeSeriesItem(Node from, Node to)
-