public final class AnnotationOptionsFactory extends AbstractPluginCachedOptionsFactory<AnnotationOptions>
AnnotationPlugin.ID
plugin.Modifier and Type | Method and Description |
---|---|
AnnotationOptions |
create(NativeObject nativeObject,
IsDefaultPlugins defaultValues)
Creates a plugin options by a native object which is containing the options values and its defaults.
|
void |
onBeforeConfigure(IsChart chart)
Called before configuring 'chart'.
|
getOptions, onAfterConfigure, onAfterDestroy, onAfterInit, onBeforeDestroy, onBeforeInit
getPluginId, loadGlobalsPluginOptions
public AnnotationOptions create(NativeObject nativeObject, IsDefaultPlugins defaultValues)
AbstractPluginOptionsFactory
create
in class AbstractPluginOptionsFactory<AnnotationOptions>
nativeObject
- native object which is containing the optionsdefaultValues
- the defaults values for the plugin optionspublic void onBeforeConfigure(IsChart chart)
ChartsLifecycleListener
onBeforeConfigure
in interface ChartsLifecycleListener
onBeforeConfigure
in class AbstractPluginCachedOptionsFactory<AnnotationOptions>
chart
- the chart instance.