Class ColorSchemes

  • All Implemented Interfaces:
    PluginContainer

    public final class ColorSchemes
    extends Object
    Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.
    It enables to pick the color combination for charts from the predefined or custom color schemes.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • get

        public static ColorSchemes get()
        Returns the singleton instance of plugin.
        Returns:
        the singleton instance of plugin
      • loadPlugin

        public final void loadPlugin​(PluginsEnvelop<Plugin> envelop)
        Description copied from interface: PluginContainer
        Loads the plugin to the envelop in order to pass it without exposing the methods.
        Specified by:
        loadPlugin in interface PluginContainer
        Parameters:
        envelop - envelop where the plugin instance must be stored.