Interface PaddingCallback<C extends ChartContext>

  • Type Parameters:
    C - type of context to pass to the callback.
    All Superinterfaces:
    Scriptable<PaddingItem,​C>

    public interface PaddingCallback<C extends ChartContext>
    extends Scriptable<PaddingItem,​C>
    Callback interface to set a padding element at runtime.
    Author:
    Andrea "Stock" Stocchero
    • Method Summary

      • Methods inherited from interface org.pepstock.charba.client.callbacks.Scriptable

        invoke