Interface InitCallback
-
public interface InitCallbackCallback interface ofAnnotationPlugin.IDplugin to setinitproperty at runtime.
The returned value could be abooleanor anAnnotationProperties.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectinvoke(IsChart chart, AnnotationProperties properties, AbstractAnnotation options)Invoked to enable a custom logic to apply the animation initialization.
-
-
-
Method Detail
-
invoke
Object invoke(IsChart chart, AnnotationProperties properties, AbstractAnnotation options)
Invoked to enable a custom logic to apply the animation initialization.- Parameters:
chart- chart instanceproperties- initializing annotation element propertiesoptions- annotation options- Returns:
- could be a
booleanor anAnnotationProperties
-
-