Interface FontCallback<C extends ChartContext>
-
- Type Parameters:
C
- type of context to pass to the callback.
- All Superinterfaces:
Scriptable<FontItem,C>
public interface FontCallback<C extends ChartContext> extends Scriptable<FontItem,C>
Callback interface to setfont
property at runtime to scale instance.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
-
Methods inherited from interface org.pepstock.charba.client.callbacks.Scriptable
invoke
-
-