Uses of Interface
org.pepstock.charba.client.treemap.callbacks.FontsCallback
-
Packages that use FontsCallback Package Description org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
-
Uses of FontsCallback in org.pepstock.charba.client.treemap
Methods in org.pepstock.charba.client.treemap that return FontsCallback Modifier and Type Method Description FontsCallback
Labels. getFontCallback()
Returns the font callback, if set, otherwisenull
.FontsCallback
Labels. getHoverFontCallback()
Returns the hover font callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.treemap with parameters of type FontsCallback Modifier and Type Method Description void
Labels. setFont(FontsCallback fontCallback)
Sets the font callback.void
Labels. setHoverFont(FontsCallback hoverFontCallback)
Sets the hover font callback.
-