Package ptolemy.plot

Interface Summary
EditListener Interface for listeners that are informed of plot edit events.
 

Class Summary
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.
Message A simple message display with a close button.
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 This class provides a labeled box within which to place a data plot.
PlotFrame PlotFrame is a versatile two-dimensional data plotter that runs as part of an application, but in its own window.
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.
PtolemyGraphics The sole purpose of this class is to workaround a monstrously poor design decision at Sun to add a method to the java.awt.Graphics class between JDK1.1 and JDK1.2.
 

Exception Summary
CmdLineArgException Exception thrown by plot classes if there are format problems with the data to be plotted.