Interface AxisBuildTicksCallback
-
public interface AxisBuildTicksCallback
Interface to be implemented which can be used to change parameters in the scale during ticks building.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterBuildTicks(Axis axis, AxisItem item)
Callback that runs after ticks are created.void
onBeforeBuildTicks(Axis axis, AxisItem item)
Callback that runs before ticks are created.
-