Uses of Interface
org.pepstock.charba.client.sankey.callbacks.SizeCallback
-
Packages that use SizeCallback Package Description org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js. -
-
Uses of SizeCallback in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return SizeCallback Modifier and Type Method Description SizeCallback
SankeyDataset. getSizeCallback()
Returns the size callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.sankey with parameters of type SizeCallback Modifier and Type Method Description void
SankeyDataset. setSize(SizeCallback sizeCallback)
Sets the size callback.
-