Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
Node |
NodeSeriesItem.getFrom() |
Node |
NodeSeriesItem.getTo() |
Modifier and Type | Method and Description |
---|---|
Set<Node> |
NodeSeries.getNodes() |
Modifier and Type | Method and Description |
---|---|
NodeSeriesItem |
NodeSeries.add(Node from,
Node to)
Adds both nodes and links then in the series.
|
void |
NodeSeries.addNode(Node node)
Adds a node to the chart.
|
void |
NodeSeries.remove(Node node)
Removes the node.
|
void |
NodeSeriesItem.setFrom(Node from) |
void |
NodeSeriesItem.setTo(Node to) |
Constructor and Description |
---|
NodeSeriesItem(Node from,
Node to) |
Copyright © 2021. All rights reserved.