Package jcckit.plot
Class PlotEventType
java.lang.Object
jcckit.plot.PlotEventType
Types of
PlotEvents
. Using the typesafe enumeration
pattern.-
Field Summary
Modifier and TypeFieldDescriptionstatic final PlotEventType
Event type.static final PlotEventType
Event type.static final PlotEventType
Event type.static final PlotEventType
Event type.static final PlotEventType
Event type. -
Method Summary
-
Field Details
-
DATA_PLOT_CONNECTED
Event type. -
DATA_PLOT_DISCONNECTED
Event type. -
COODINATE_SYSTEM_CHANGED
Event type. -
DATA_CURVE_CHANGED
Event type. -
DATA_PLOT_CHANGED
Event type.
-