jcckit.plot
Class PlotEventType

java.lang.Object
  extended byjcckit.plot.PlotEventType

public class PlotEventType
extends java.lang.Object

Types of PlotEvents. Using the typesafe enumeration pattern.

Author:
Franz-Josef Elmer

Field Summary
static PlotEventType COODINATE_SYSTEM_CHANGED
          Event type.
static PlotEventType DATA_CURVE_CHANGED
          Event type.
static PlotEventType DATA_PLOT_CHANGED
          Event type.
static PlotEventType DATA_PLOT_CONNECTED
          Event type.
static PlotEventType DATA_PLOT_DISCONNECTED
          Event type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.