Uses of Interface
org.pepstock.charba.client.callbacks.DrawActiveElementsOnTopCallback
-
Packages that use DrawActiveElementsOnTopCallback Package Description org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). -
-
Uses of DrawActiveElementsOnTopCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return DrawActiveElementsOnTopCallback Modifier and Type Method Description DrawActiveElementsOnTopCallback
BubbleDataset. getDrawActiveElementsOnTopCallback()
Returns the callback, if draws the active points of a dataset over the other points of the dataset.DrawActiveElementsOnTopCallback
LiningDataset. getDrawActiveElementsOnTopCallback()
Returns the callback, if draws the active points of a dataset over the other points of the dataset.Methods in org.pepstock.charba.client.data with parameters of type DrawActiveElementsOnTopCallback Modifier and Type Method Description void
BubbleDataset. setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback drawActiveElementsOnTopCallback)
Sets the callback, if draws the active points of a dataset over the other points of the dataset.void
LiningDataset. setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback drawActiveElementsOnTopCallback)
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
-