Uses of Interface
org.pepstock.charba.client.callbacks.TickCallback
-
Packages that use TickCallback 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.impl.callbacks Contains some callbacks implementations, available out-of-the box. -
-
Uses of TickCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return TickCallback Modifier and Type Method Description TickCallback
CartesianLinearTick. getCallback()
Returns the user callback instance.TickCallback
CartesianLogarithmicTick. getCallback()
Returns the user callback instance.TickCallback
RadialLinearTick. getCallback()
Returns the user callback instance.Methods in org.pepstock.charba.client.configuration with parameters of type TickCallback Modifier and Type Method Description void
CartesianLinearTick. setCallback(TickCallback callback)
Sets the user callback instance.void
CartesianLogarithmicTick. setCallback(TickCallback callback)
Sets the user callback instance.void
RadialLinearTick. setCallback(TickCallback callback)
Sets the user callback instance. -
Uses of TickCallback in org.pepstock.charba.client.impl.callbacks
Classes in org.pepstock.charba.client.impl.callbacks that implement TickCallback Modifier and Type Class Description class
NoSelectedDatasetTicksCallback
Implementation of tick callback in order to avoid that when all datasets are hidden, the ticks will get a wrong double precision.
-