Package | Description |
---|---|
ui.dialogs |
Contains the classes that define the look and behavior of dialog boxes used by ODEToolkit.
|
ui.outputpanels |
Provides an abstraction of tabbed panels for displaying different forms of
output, including the ODEWorkspace, its representation graphs and data.
|
Constructor and Description |
---|
DirFieldDialog(GraphPanel graphPanelOwner)
The constructor sets the PlotPanel owner, and then initializes all the
elements in the dialog box, adds change listeners to the components, adds
the listeners for the 'OK' and 'Cancel' buttons, and then adds the
components to the dialog box using a GridLayout.
|
LabelDialog(GraphPanel graphPanelOwner)
The constructor sets the PlotPanel owner, and then initializes all the
elements in the dialog box, adds change listeners to the input fields,
adds the listeners for the 'OK' and 'Cancel' buttons, and then adds the
components to the dialog box using a GridLayout.
|
ScaleDialog(GraphPanel graphPanelOwner)
The constructor sets the graph and plot panel owner, and then initializes
all the elements in the dialog box, adds the listeners, and adds the
components to the dialog box using a GridLayout, and adds a Window
Listener to the dialog box window.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentGraphPanel
This class extends GraphPanel, is specialized for plotting graphs with one
variable on each of the axis, where the x-axis represents the independent
variable t.
|
class |
MultiGraphPanel
MultiGraphPanels draw plots of several variables against a single independent
variable.
|
class |
PhaseGraphPanel
PhaseGraphPanels are GraphPanels that represent a graph of two of an ODE's
independent variables.
|
Constructor and Description |
---|
PlotPanel(GraphPanel owner,
PlotState s)
Constructor that creates a plotpanel from a plotstate
|