Uses of Class
org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Packages that use TooltipLabelPointStyle Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.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 TooltipLabelPointStyle in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return TooltipLabelPointStyle Modifier and Type Method Description TooltipLabelPointStyle
Defaults. invokeTooltipsCallbackOnLabelPointStyle(IsChart chart, TooltipItem item)
Returns the default point style to render for the tooltip item. -
Uses of TooltipLabelPointStyle in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return TooltipLabelPointStyle Modifier and Type Method Description default TooltipLabelPointStyle
TooltipLabelCallback. onLabelPointStyle(IsChart chart, TooltipItem item)
Returns the point style to use instead of color boxes ifusePointStyle
is true.
Default implementation uses the point style from the data set points. -
Uses of TooltipLabelPointStyle in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return TooltipLabelPointStyle Modifier and Type Method Description TooltipLabelPointStyle
TooltipLabelPointStyle.TooltipLabelPointStyleFactory. create(NativeObject nativeObject)
TooltipLabelPointStyle
PointElementOptions. createTooltipLabelPointStyle()
Create newTooltipLabelPointStyle
filling it with point style and rotation of dataset element.Methods in org.pepstock.charba.client.items that return types with arguments of type TooltipLabelPointStyle Modifier and Type Method Description List<TooltipLabelPointStyle>
TooltipModel. getLabelPointStyles()
Returns the list of labels point styles of tooltip.
-