Uses of Class
jcckit.plot.PlotEventType
Packages that use PlotEventType
-
Uses of PlotEventType in jcckit.plot
Fields in jcckit.plot declared as PlotEventTypeModifier and TypeFieldDescriptionstatic final PlotEventTypePlotEventType.COODINATE_SYSTEM_CHANGEDEvent type.static final PlotEventTypePlotEventType.DATA_CURVE_CHANGEDEvent type.static final PlotEventTypePlotEventType.DATA_PLOT_CHANGEDEvent type.static final PlotEventTypePlotEventType.DATA_PLOT_CONNECTEDEvent type.static final PlotEventTypePlotEventType.DATA_PLOT_DISCONNECTEDEvent type.Methods in jcckit.plot that return PlotEventTypeConstructors in jcckit.plot with parameters of type PlotEventTypeModifierConstructorDescriptionPlotEvent(Plot source, PlotEventType type, Object message) Creates a new event for the specified source, type, and message.