Interface IndicatorColorInterface


public interface IndicatorColorInterface
Interface to get/set colors for this strategy Names are the same as used when declaring the color.
  • Method Details

    • set

      void set(String name, Color color)
    • getOrDefault

      Color getOrDefault(String name, Color defaultValue)
    • addColorChangeListener

      void addColorChangeListener(ColorsChangedListener listener)
      Add listener that will be notified every time colors are changed Note that there is no need to remove listener - weak links are used