| Interface | Description |
|---|---|
| EditListener |
Interface for listeners that are informed of plot edit events.
|
| PlotBoxInterface |
Definitions for an object that contains a plotter.
|
| PlotInterface |
Definitions for an object that plots data.
|
| Class | Description |
|---|---|
| EditablePlot |
This extension of Plot permits interactive modification of plotted
data, one dataset at a time.
|
| EPSGraphics |
Graphics class supporting EPS export from plots.
|
| Histogram |
A histogram plotter.
|
| HistogramApplet |
A Histogram.
|
| Plot |
A flexible signal plotter.
|
| PlotApplet |
An Applet that can plot data from a URL.
|
| PlotApplication |
PlotApplication is a versatile two-dimensional data plotter application.
|
| PlotBox |
A labeled box within which to place a data plot.
|
| PlotDataException |
Exception thrown by plot classes if there are format
problems with the data to be plotted.
|
| PlotFormatter |
PlotFormatter is a panel that controls the format of a plotter object
passed to the constructor.
|
| PlotFrame |
PlotFrame is a versatile two-dimensional data plotter that runs as
part of an application, but in its own window.
|
| PlotFrame.EPSFileFilter |
Display only .eps files
|
| PlotFrame.FilterForGIF |
Display only .gif files
|
| PlotFrame.FolderForLatex |
Display only folders for inserting latex files.
|
| PlotFrame.PLTOrXMLFileFilter |
Display only .plt and .xml files
|
| PlotLive |
Plot signals dynamically, where points can be added at any time
and the display will be updated.
|
| PlotLiveApplet |
An Applet for the PlotLive class.
|
| PlotPoint |
A simple structure for storing a plot point.
|
| Exception | Description |
|---|---|
| CmdLineArgException |
Exception thrown by plot classes if there are format
problems with the data to be plotted.
|