Uses of Interface
com.storedobject.chart.SankeyDataProvider
Packages that use SankeyDataProvider
-
Uses of SankeyDataProvider in com.storedobject.chart
Classes in com.storedobject.chart that implement SankeyDataProviderModifier and TypeClassDescriptionclass
Methods in com.storedobject.chart that return SankeyDataProviderModifier and TypeMethodDescriptionSankeyChart.getSankeyData()
Get the Sankey data associated with this chart.Methods in com.storedobject.chart with parameters of type SankeyDataProviderModifier and TypeMethodDescriptionvoid
SankeyChart.setSankeyData
(SankeyDataProvider data) Set the Sankey data associated with this chart.Constructors in com.storedobject.chart with parameters of type SankeyDataProviderModifierConstructorDescriptionCreate a tree chart of the set of provided data.