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 TickCallbackCartesianLinearTick. getCallback()Returns the user callback instance.TickCallbackCartesianLogarithmicTick. getCallback()Returns the user callback instance.TickCallbackRadialLinearTick. getCallback()Returns the user callback instance.Methods in org.pepstock.charba.client.configuration with parameters of type TickCallback Modifier and Type Method Description voidCartesianLinearTick. setCallback(TickCallback callback)Sets the user callback instance.voidCartesianLogarithmicTick. setCallback(TickCallback callback)Sets the user callback instance.voidRadialLinearTick. 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 classNoSelectedDatasetTicksCallbackImplementation of tick callback in order to avoid that when all datasets are hidden, the ticks will get a wrong double precision.
-