Interface AxisCalculateLabelRotationCallback
-
public interface AxisCalculateLabelRotationCallback
Interface to be implemented which can be used to change parameters in the scale during tick rotation.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterCalculateLabelRotation(Axis axis, AxisItem item)
Callback that runs after tick rotation is determined.void
onBeforeCalculateLabelRotation(Axis axis, AxisItem item)
Callback that runs before tick rotation is determined.
-