Class LabelsPlugin


  • public final class LabelsPlugin
    extends Object
    Entry point of LABELS plugin with some static utilities to enable it and to get and set options.
    Author:
    Andrea "Stock" Stocchero
    • Field Detail

      • ID

        public static final String ID
        Plugin ID "labels".
    • Method Detail

      • enable

        public static void enable()
        Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
      • enable

        public static void enable​(boolean enableToAllCharts)
        Inject the plugin and by the argument decides to enable the plugin to all charts or not.
        Parameters:
        enableToAllCharts - by true the plugin will be enabled to all charts, otherwise false.