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 DrawActiveElementsOnTopCallbackBubbleDataset. getDrawActiveElementsOnTopCallback()Returns the callback, if draws the active points of a dataset over the other points of the dataset.DrawActiveElementsOnTopCallbackLiningDataset. 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 voidBubbleDataset. setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback drawActiveElementsOnTopCallback)Sets the callback, if draws the active points of a dataset over the other points of the dataset.voidLiningDataset. setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback drawActiveElementsOnTopCallback)Sets the callback, if draws the active points of a dataset over the other points of the dataset.
-