Package jcckit.plot

Class PlotEventType


  • public class PlotEventType
    extends Object
    Types of PlotEvents. Using the typesafe enumeration pattern.
    Author:
    Franz-Josef Elmer
    • Field Detail

      • DATA_PLOT_CONNECTED

        public static final PlotEventType DATA_PLOT_CONNECTED
        Event type.
      • DATA_PLOT_DISCONNECTED

        public static final PlotEventType DATA_PLOT_DISCONNECTED
        Event type.
      • COODINATE_SYSTEM_CHANGED

        public static final PlotEventType COODINATE_SYSTEM_CHANGED
        Event type.
      • DATA_CURVE_CHANGED

        public static final PlotEventType DATA_CURVE_CHANGED
        Event type.
      • DATA_PLOT_CHANGED

        public static final PlotEventType DATA_PLOT_CHANGED
        Event type.