Uses of Class
com.storedobject.chart.SankeyChart.Node
Packages that use SankeyChart.Node
-
Uses of SankeyChart.Node in com.storedobject.chart
Methods in com.storedobject.chart that return SankeyChart.NodeModifier and TypeMethodDescriptionSankeyChart.Edge.getFrom()
Get the starting node of the edge.SankeyChart.Edge.getTo()
Get the ending node of the edge.Methods in com.storedobject.chart that return types with arguments of type SankeyChart.NodeModifier and TypeMethodDescriptionSankeyData.getNodes()
SankeyDataProvider.getNodes()
Get the nodes.Constructors in com.storedobject.chart with parameters of type SankeyChart.NodeModifierConstructorDescriptionEdge
(SankeyChart.Node from, SankeyChart.Node to, Number value) Constructor.SankeyData
(SankeyChart.Node... nodes) Constructor.