|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlotEventType | |
jcckit.plot | Classes for generating plots and charts. |
Uses of PlotEventType in jcckit.plot |
Fields in jcckit.plot declared as PlotEventType | |
static PlotEventType |
PlotEventType.DATA_PLOT_CONNECTED
Event type. |
static PlotEventType |
PlotEventType.DATA_PLOT_DISCONNECTED
Event type. |
static PlotEventType |
PlotEventType.COODINATE_SYSTEM_CHANGED
Event type. |
static PlotEventType |
PlotEventType.DATA_CURVE_CHANGED
Event type. |
static PlotEventType |
PlotEventType.DATA_PLOT_CHANGED
Event type. |
Methods in jcckit.plot that return PlotEventType | |
PlotEventType |
PlotEvent.getType()
Returns the event type. |
Constructors in jcckit.plot with parameters of type PlotEventType | |
PlotEvent(Plot source,
PlotEventType type,
java.lang.Object message)
Creates a new event for the specified source, type, and message. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |