Package | Description |
---|---|
data.plotstates |
Provides classes for data structures representing plots.
|
ui.dialogs |
Contains the classes that define the look and behavior of dialog boxes used by ODEToolkit.
|
Modifier and Type | Method and Description |
---|---|
Graph3DPanel |
Plot3DState.getGraph3DPanel()
Returns the Graph3DPanel that contains the Plot3DPanel this state
represents.
|
Constructor and Description |
---|
Plot3DState(Graph3DPanel owner,
java.util.Vector<ODE> odes,
ODEVarVector odeVars,
ODEVar x,
ODEVar y,
ODEVar z)
Constructor that sets the Graph3DPanel owner and stores the vector of
ODEs and the vector of ODEVars.
|
Constructor and Description |
---|
Label3DDialog(Graph3DPanel graphPanelOwner)
The constructor sets the PlotPanel owner, and then initializes all the
elements in the dialog box, adds key 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.
|
Scale3DDialog(Graph3DPanel owner)
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.
|