Uses of Class
org.pepstock.charba.client.sankey.SankeyDataPoint
-
Packages that use SankeyDataPoint Package Description org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js. -
-
Uses of SankeyDataPoint in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return SankeyDataPoint Modifier and Type Method Description SankeyDataPoint
SankeyDataPoint.SankeyDataPointFactory. create(NativeObject nativeObject)
SankeyDataPoint
SankeyDataset.DataPointFactory. create(NativeObject nativeObject)
Methods in org.pepstock.charba.client.sankey that return types with arguments of type SankeyDataPoint Modifier and Type Method Description List<SankeyDataPoint>
SankeyDataset. getDataPoints()
Returns the sankey data property of a dataset for a chart is specified as an array of sankey data pointsList<SankeyDataPoint>
SankeyDataset. getDataPoints(boolean binding)
Returns the sankey data property of a dataset for a chart is specified as an array of sankey data pointsMethods in org.pepstock.charba.client.sankey with parameters of type SankeyDataPoint Modifier and Type Method Description void
SankeyDataset. setDataPoints(SankeyDataPoint... datapoints)
Sets the data property of a data set for a chart is specified as an array of data points.Method parameters in org.pepstock.charba.client.sankey with type arguments of type SankeyDataPoint Modifier and Type Method Description void
SankeyDataset. setDataPoints(List<SankeyDataPoint> datapoints)
Sets the data property of a data set for a chart is specified as an array of data points.
-