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