Interface InitCallback
-
public interface InitCallback
Callback interface ofAnnotationPlugin.ID
plugin to setinit
property at runtime.
The returned value could be aboolean
or anAnnotationProperties
.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
invoke(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
boolean
or anAnnotationProperties
-
-