Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
ptolemy.plot |
The ptolemy.plot package.
|
ptolemy.plot.demo |
The ptolemy/plot/demo package.
|
ptolemy.plot.plotml |
The ptolemy.plot.plotml package.
|
Modifier and Type | Field and Description |
---|---|
PlotBox |
PlotTableauFrame.plot
The plot object held by this frame.
|
Constructor and Description |
---|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox,
Placeable placeable)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
PlotTableauFrame(Tableau tableau,
PlotBox plotBox,
PortablePlaceable placeable)
Construct a plot frame with the specified title and by default
contains an instance of Plot.
|
Modifier and Type | Method and Description |
---|---|
protected PlotBox |
SketchedSource._newPlot()
Create a new plot.
|
protected PlotBox |
HistogramPlotter._newPlot()
Create a new Histogram plot.
|
Modifier and Type | Class and Description |
---|---|
class |
EditablePlot
This extension of Plot permits interactive modification of plotted
data, one dataset at a time.
|
class |
Histogram
A histogram plotter.
|
class |
Plot
A flexible signal plotter.
|
class |
PlotLive
Plot signals dynamically, where points can be added at any time
and the display will be updated.
|
Modifier and Type | Field and Description |
---|---|
protected PlotBox |
PlotFormatter._plot
The plot object controlled by this formatter.
|
PlotBox |
PlotFrame.plot
The plot object held by this frame.
|
Modifier and Type | Method and Description |
---|---|
PlotBox |
PlotApplet.newPlot()
Create a new Plot object for the applet.
|
PlotBox |
HistogramApplet.newPlot()
Create a new Histogram object for the applet.
|
PlotBox |
PlotApplet.plot()
Return the plot object to operate on.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotApplet.setPlot(PlotBox plot)
Set the plot object to operate on.
|
Constructor and Description |
---|
PlotApplication(PlotBox plot)
Display the given plot.
|
PlotApplication(PlotBox plot,
java.lang.String[] args)
Construct a plot with the specified command-line arguments
and instance of plot.
|
PlotFormatter(PlotBox plot)
Construct a plot formatter for the specified plot object.
|
PlotFrame(java.lang.String title,
PlotBox plotArg)
Construct a plot frame with the specified title and the specified
instance of PlotBox.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotLiveDemo
Dynamically plot a test signal, illustrating how to use the
PlotLive class.
|
Modifier and Type | Method and Description |
---|---|
PlotBox |
PlotLiveDemoApplet.newPlot()
Create a new Plot object to operate on.
|
Modifier and Type | Method and Description |
---|---|
PlotBox |
EditablePlotMLApplet.newPlot()
Create a new Plot object for the applet.
|
PlotBox |
HistogramMLApplet.newPlot()
Create a new Plot object for the applet.
|
Constructor and Description |
---|
PlotMLApplication(PlotBox plot,
java.lang.String[] args)
Construct a plot with the specified command-line arguments
and instance of plot.
|
PlotMLFrame(java.lang.String title,
PlotBox plotArg)
Construct a plot frame with the specified title and the specified
instance of PlotBox.
|