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