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 CrosshairFormatterCallbackCrosshairLabel. 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 voidCrosshairLabel. setFormatter(CrosshairFormatterCallback formatterCallback)Sets the callback which can be implemented to change the text of label.CrosshairOptionsBuilderCrosshairOptionsBuilder. setXLabelFormatter(CrosshairFormatterCallback formatterCallback)Sets, for X label, the callback which can be implemented to change the text of label.CrosshairOptionsBuilderCrosshairOptionsBuilder. setYLabelFormatter(CrosshairFormatterCallback formatterCallback)Sets, for Y label, the callback which can be implemented to change the text of label.
-