Package jcckit.plot
Class PlotEventType
- java.lang.Object
-
- jcckit.plot.PlotEventType
-
public class PlotEventType extends Object
Types ofPlotEvents
. Using the typesafe enumeration pattern.- Author:
- Franz-Josef Elmer
-
-
Field Summary
Fields Modifier and Type Field Description 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.
-
-
-
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.
-
-