T - type of result of invocation method.C - type of context to pass to the callback.public interface Scriptable<T,C extends ChartContext>
| Modifier and Type | Method and Description |
|---|---|
T |
invoke(C context)
Returns the value of property at runtime.
|