Uses of Interface
org.pepstock.charba.client.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<DatasetContext>Labels. getFontCallback()Returns the font callback, if set, otherwisenull.FontsCallback<DatasetContext>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 voidLabels. setFont(FontsCallback<DatasetContext> fontCallback)Sets the font callback.voidLabels. setHoverFont(FontsCallback<DatasetContext> hoverFontCallback)Sets the hover font callback.
-