Uses of Class
org.pepstock.charba.client.items.TooltipModel
-
Packages that use TooltipModel Package Description org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of TooltipModel in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return TooltipModel Modifier and Type Method Description TooltipModel
TooltipContext. getModel()
Returns the model of tooltip.Methods in org.pepstock.charba.client.callbacks with parameters of type TooltipModel Modifier and Type Method Description void
TooltipExternalCallback. onExternal(IsChart chart, TooltipModel model)
External tooltips callback allows you to hook in the tooltip rendering process so that you can render the tooltip in your own custom way. -
Uses of TooltipModel in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return TooltipModel Modifier and Type Method Description TooltipModel
TooltipNode. getModel()
Returns the tooltip modelTooltipModel
PluginTooltipArgument. getTooltip()
Returns the tooltip model.
-