| Package | Description |
|---|---|
| ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
| ptolemy.domains.sdf.demo.Sketch |
The ptolemy.domains.sdf.demo.Sketch package.
|
| ptolemy.plot |
The ptolemy.plot package.
|
| ptolemy.plot.plotml |
The ptolemy.plot.plotml package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SketchedSource.editDataModified(EditablePlot source,
int dataset)
React to the fact that data in the specified plot has been modified
by a user edit action by recording the data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SketchApplet.editDataModified(EditablePlot source,
int dataset)
Execute the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditListener.editDataModified(EditablePlot source,
int dataset)
Notify that data in the specified plot has been modified
by a user edit action.
|
| Constructor and Description |
|---|
EditablePlotMLApplication(EditablePlot plot,
java.lang.String[] args)
Construct a plot with the specified command-line arguments
and instance of plot.
|