Interface AxisFitCallback
-
public interface AxisFitCallbackInterface to be implemented which can be used to change parameters in the scale during fitting phase.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterFit(Axis axis, AxisItem item)Callback that runs after the scale fits to the canvas.voidonBeforeFit(Axis axis, AxisItem item)Callback that runs before the scale fits to the canvas.
-