Interface | Description |
---|---|
DisplayInterface |
Interface for implementing platform dependent parts of the display actor.
|
PlotterBaseInterface |
Interface encapsulating platform dependent code of the PlotterBase from the
platform independent parts.
|
TextFieldContainerInterface |
The instance of this class would be able to visualize the value of a token
within a text field that is placed into a container.
|
UsesInvokeAndWait |
A marker interface indicating that the class calls
SwingUtilities.invokeAndWait().
|
Class | Description |
---|---|
ArrayPlotter |
A plotter that plots a sequence of arrays of doubles.
|
ArrayPlotterXY |
A plotter that plots a sequence of pairs of arrays of doubles
as an XY plot.
|
ArrowKeyProbe |
Detect when the user presses or releases an arrow key and produce an
integer on the corresponding output.
|
ArrowKeySensor |
Detect when the user presses or releases an arrow key and produce an
integer on the corresponding output.
|
BarGraph |
A bar graph plotter.
|
ConstPlaceable |
Produce a constant output from an actor that is placeable in a GUI.
|
Display |
Display the values of the tokens arriving on the input channels in a
text area on the screen.
|
DisplayJavaSE |
DisplayJavaSE is the implementation of the DisplayInterface that uses AWT and Swing
classes.
|
EventButton |
Output a token when the actor is fired.
|
ExceptionManagerGUIFactory |
This is an attribute that creates an editor for configuring and
running the exception manager.
|
HistogramPlotter |
A histogram plotter.
|
InteractiveDialog |
This actor creates a window on the screen with a command entry box
and a results display box.
|
InteractiveShell |
This actor creates a command shell on the screen, sending commands
that are typed by the user to its output port, and reporting values
received at its input by displaying them.
|
MatrixViewer |
An actor that displays the contents of a matrix input.
|
MonitorValue |
Monitor inputs by setting the value parameter equal
to each arriving token.
|
Plotter |
Base class for plotters.
|
PlotterBase |
Base class for plotters.
|
PlotterBaseJavaSE |
Java SE implementation of PlotterBaseInterface.
|
RealTimePlotter |
This plotter plots input data as a function of elapsed real time in seconds.
|
SequencePlotter |
A sequence plotter.
|
SequenceScope |
A sequence plotter for sequences that are potentially infinitely long.
|
SketchedSource |
This actor is a plotter that also produces as its output a
signal that has been sketched by the user on the screen.
|
SliderSource |
The output of this actor is controlled by a slider in the run window.
|
SliderSource.SliderFrame |
The frame for the slider.
|
TextFieldContainerJavaSE |
JavaSE implementation of the TextFieldContainerInterface.
|
TimedDisplay |
Display the model time and the input.
|
TimedMonitorValue |
Monitor inputs by setting the value parameter equal
to each arriving token.
|
TimedPlotter |
A signal plotter.
|
TimedScope |
A signal plotter that plots in an oscilloscope style, meaning that the
horizontal axis is wrapped and that there is finite persistence.
|
XYPlotter |
An XY plotter.
|
XYScope |
An X-Y plotter that plots with finite persistence.
|