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 | Method and Description |
---|---|
PlotBoxInterface |
PlotEffigy.getPlot()
Return the plot that this is an effigy of.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotEffigy.setPlot(PlotBoxInterface plot)
Set the plot that this is an effigy of.
|
Modifier and Type | Field and Description |
---|---|
PlotBoxInterface |
PlotterBase.plot
The plot object.
|
Modifier and Type | Method and Description |
---|---|
protected PlotBoxInterface |
PlotterBase._newPlot()
Create a new plot.
|
PlotBoxInterface |
PlotterBaseJavaSE.newPlot()
Create a new instance of the PlotBoxInterface implementation.
|
PlotBoxInterface |
PlotterBaseInterface.newPlot()
Create a new instance of the PlotBoxInterface implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlotInterface
Definitions for an object that plots data.
|
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 |
PlotBox
A labeled box within which to place a data plot.
|
class |
PlotLive
Plot signals dynamically, where points can be added at any time
and the display will be updated.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotLiveDemo
Dynamically plot a test signal, illustrating how to use the
PlotLive class.
|
Modifier and Type | Field and Description |
---|---|
protected PlotBoxInterface |
PlotBoxMLParser._plot
The plot object to which to apply commands.
|
Constructor and Description |
---|
PlotBoxMLParser(PlotBoxInterface plot)
Construct an parser to parse commands for the specified plot object.
|