Uses of Interface
org.pepstock.charba.client.callbacks.CrosshairFormatterCallback
-
Packages that use CrosshairFormatterCallback Package Description org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box. -
-
Uses of CrosshairFormatterCallback in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return CrosshairFormatterCallback Modifier and Type Method Description CrosshairFormatterCallback
CrosshairLabel. getFormatter()
Returns the callback which can be implemented to change the text of label.Methods in org.pepstock.charba.client.impl.plugins with parameters of type CrosshairFormatterCallback Modifier and Type Method Description void
CrosshairLabel. setFormatter(CrosshairFormatterCallback formatterCallback)
Sets the callback which can be implemented to change the text of label.CrosshairOptionsBuilder
CrosshairOptionsBuilder. setXLabelFormatter(CrosshairFormatterCallback formatterCallback)
Sets, for X label, the callback which can be implemented to change the text of label.CrosshairOptionsBuilder
CrosshairOptionsBuilder. setYLabelFormatter(CrosshairFormatterCallback formatterCallback)
Sets, for Y label, the callback which can be implemented to change the text of label.
-