Interface AxisBuildTicksCallback
-
public interface AxisBuildTicksCallbackInterface 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 voidonAfterBuildTicks(Axis axis, AxisItem item)Callback that runs after ticks are created.voidonBeforeBuildTicks(Axis axis, AxisItem item)Callback that runs before ticks are created.
-