Uses of Interface
org.pepstock.charba.client.callbacks.SteppedCallback
-
Packages that use SteppedCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).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 SteppedCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return SteppedCallback Modifier and Type Method Description SteppedCallback
Line. getSteppedCallback()
Returns the stepped callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.configuration with parameters of type SteppedCallback Modifier and Type Method Description void
Line. setStepped(SteppedCallback steppedCallback)
Sets the stepped callback. -
Uses of SteppedCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return SteppedCallback Modifier and Type Method Description SteppedCallback
LineDataset. getSteppedCallback()
Returns the stepped callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.data with parameters of type SteppedCallback Modifier and Type Method Description void
LineDataset. setStepped(SteppedCallback steppedCallback)
Sets the stepped callback.
-