Uses of Interface
org.pepstock.charba.client.treemap.callbacks.OverflowCallback
-
Packages that use OverflowCallback Package Description org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
-
Uses of OverflowCallback in org.pepstock.charba.client.treemap
Methods in org.pepstock.charba.client.treemap that return OverflowCallback Modifier and Type Method Description OverflowCallback
Labels. getOverflowCallback()
Returns the overflow callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.treemap with parameters of type OverflowCallback Modifier and Type Method Description void
Labels. setOverflow(OverflowCallback overflowCallback)
Sets the overflow callback.
-