Package | Description |
---|---|
ui.outputpanels |
Provides an abstraction of tabbed panels for displaying different forms of
output, including the ODEWorkspace, its representation graphs and data.
|
Modifier and Type | Method and Description |
---|---|
TabbedOutputPanel |
DataPanel.getOwner()
Returns the TabbedOutputPanel that this data panel lives in.
|
TabbedOutputPanel |
ODEWorkspace.getTabbedGraphPanel()
Returns the TabbedOutputPanel of this ODEWorkspace.
|
TabbedOutputPanel |
GraphicsRep.getTabbedGraphPanel()
Returns the TabbedOutputPanel of this ODEWorkspace.
|
Constructor and Description |
---|
ComponentGraphPanel(TabbedOutputPanel owner,
ODEVar xVar,
ODEVar yVar)
Constructor for a ComponentGraphPanel, with variables given.
|
ComponentGraphPanel(TabbedOutputPanel owner,
ODEVar xVar,
ODEVar yVar,
double xMin,
double xMax,
double yMin,
double yMax)
Constructor for a ComponentGraphPanel, with variables and bounds given.
|
ComponentGraphPanel(TabbedOutputPanel owner,
SinglePlotState state)
Constructor for a ComponentGraphPanel, with SinglePlotState given.
|
DataPanel(TabbedOutputPanel owner)
Constructor that creates a new data panel corresponding to the given
TabbedOutputPanel
|
Graph3DPanel(TabbedOutputPanel owner,
ODEVarVector current,
ODEVar x,
ODEVar y,
ODEVar z)
Constructor that creates a new OutputPanel given a TabbedOutputPanel.
|
GraphPanel(TabbedOutputPanel owner)
Default Constructor, creates a new OutputPanel given a TabbedOutputPanel
|
MultiGraphPanel(TabbedOutputPanel owner,
MultiPlotState state)
Constructor for a ComponentGraphPanel, with MultiPlotState given.
|
MultiGraphPanel(TabbedOutputPanel owner,
ODEVar xVar,
ODEVarVector yVars)
Constructor for a ComponentGraphPanel, with variables given.
|
MultiGraphPanel(TabbedOutputPanel owner,
ODEVar xVar,
ODEVarVector yVars,
double xMin,
double xMax,
double yMin,
double yMax)
Constructor for a ComponentGraphPanel, with variables and bounds given.
|
OutputPanel(TabbedOutputPanel owner)
Constructor using a given TabbedOutputPanel
|
PhaseGraphPanel(TabbedOutputPanel owner,
ODEVar xVar,
ODEVar yVar)
Constructor for a PhaseGraphPanel, with variables given.
|
PhaseGraphPanel(TabbedOutputPanel owner,
ODEVar xVar,
ODEVar yVar,
double xMin,
double xMax,
double yMin,
double yMax)
Constructor for a PhaseGraphPanel, with variables and bounds given.
|
PhaseGraphPanel(TabbedOutputPanel owner,
SinglePlotState state)
Constructor for a PhaseGraphPanel, with SinglePlotState given.
|
PhaseGraphPanel(TabbedOutputPanel owner,
java.lang.String t,
ODEVar xVar,
ODEVar yVar)
Constructor for a PhaseGraphPanel, with variables and title given.
|