public final class AnnotationPlugin extends AbstractExtensionPlugin<AnnotationOptions>
Modifier and Type | Field and Description |
---|---|
static AnnotationOptionsFactory |
FACTORY
Annotation options factory
|
static String |
ID
Plugin ID "annotation".
|
Modifier and Type | Method and Description |
---|---|
static void |
enable()
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
|
static void |
enable(boolean enableToAllCharts)
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
|
applyingDefaults, getDefaults, isRegistered, loadDefaults
public static final String ID
public static final AnnotationOptionsFactory FACTORY
public static void enable()
public static void enable(boolean enableToAllCharts)
enableToAllCharts
- by true
the plugin will be enabled to all charts, otherwise false
.