Package | Description |
---|---|
data |
Provides a collection of data structures used throughout ODEToolkit.
|
data.plotstates |
Provides classes for data structures representing plots.
|
io |
Provides classes for handling ODE files.
|
ui |
Contains all files that are used to create the user interface.
|
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.
|
Class and Description |
---|
ODEWorkspace
This class contains all information about a workspace, which also covers the
same amount of information as an ode save file.
|
Class and Description |
---|
Graph3DPanel
This class defines the GraphPanel that allows for a 3D plot of three
variables
Features not support yet: PopupListener and Popup menu, Zoom box, print,
export
|
Class and Description |
---|
ODEWorkspace
This class contains all information about a workspace, which also covers the
same amount of information as an ode save file.
|
Class and Description |
---|
ODEWorkspace
This class contains all information about a workspace, which also covers the
same amount of information as an ode save file.
|
Class and Description |
---|
Graph3DPanel
This class defines the GraphPanel that allows for a 3D plot of three
variables
Features not support yet: PopupListener and Popup menu, Zoom box, print,
export
|
GraphPanel
GraphPanel is an abstract class defining one of two types of OutputPanels
inside a TabbedOutputPanel for an ODEWorkspace, the other class being a
DataPanel.
|
ODEWorkspace
This class contains all information about a workspace, which also covers the
same amount of information as an ode save file.
|
Class and Description |
---|
DataPanel
DataPanel displays the internal ODE curve point data.
|
GraphPanel
GraphPanel is an abstract class defining one of two types of OutputPanels
inside a TabbedOutputPanel for an ODEWorkspace, the other class being a
DataPanel.
|
ODEWorkspace
This class contains all information about a workspace, which also covers the
same amount of information as an ode save file.
|
OutputPanel
Output panels are an abstract class, which can currently be either a graph
panel or a data panel.
|
PlotPanel
This class provides a labeled box within which to place a data plot.
|