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 FontsCallbackLabels. getFontCallback()Returns the font callback, if set, otherwisenull.FontsCallbackLabels. 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 fontCallback)Sets the font callback.voidLabels. setHoverFont(FontsCallback hoverFontCallback)Sets the hover font callback.
-