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.
|
Modifier and Type | Class and Description |
---|---|
class |
SketchedSource
This actor is a plotter that also produces as its output a
signal that has been sketched by the user on the screen.
|
Modifier and Type | Class and Description |
---|---|
class |
SketchApplet
This applet demonstrates the use of the SketchSource actor,
and in particular, how to share the same plot display between
an instance of SketchedSource and an instance of SequencePlotter.
|
Modifier and Type | Method and Description |
---|---|
void |
EditablePlot.addEditListener(EditListener listener)
Add a listener to be informed when the user modifies a data set.
|
void |
EditablePlot.removeEditListener(EditListener listener)
Unregister a edit listener.
|