Uses of Class
mgui.interfaces.plots.InterfacePlot
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.plots.mgui | |
mgui.interfaces.plots.osp |
Plots using the Open Source Physics (OSP) library.
|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of InterfacePlot in mgui.interfaces
Fields in mgui.interfaces with type parameters of type InterfacePlot Modifier and Type Field Description protected java.util.ArrayList<InterfacePlot<?>>
InterfaceWorkspace. plots
Methods in mgui.interfaces that return InterfacePlot Modifier and Type Method Description static InterfacePlot<?>
InterfaceEnvironment. getInterfacePlotInstance(java.lang.String name)
Creates an instance of the specified plot panel.Methods in mgui.interfaces that return types with arguments of type InterfacePlot Modifier and Type Method Description java.util.ArrayList<InterfacePlot<?>>
InterfaceWorkspace. getPlots()
Methods in mgui.interfaces with parameters of type InterfacePlot Modifier and Type Method Description void
InterfaceWorkspace. addPlot(InterfacePlot<?> p)
void
InterfaceWorkspace. removePlot(InterfacePlot<?> v)
-
Uses of InterfacePlot in mgui.interfaces.plots
Classes in mgui.interfaces.plots with type parameters of type InterfacePlot Modifier and Type Class Description class
InterfacePlotDialog<T extends InterfacePlot<?>>
Abstract class to be extended by all dialogs which defineInterfacePlot
objects.class
InterfacePlotOptions<T extends InterfacePlot<?>>
Options for a plot object.Subclasses of InterfacePlot in mgui.interfaces.plots Modifier and Type Class Description class
InterfacePlotMulti
Allows the display of multiple plots in a single InterfacePlot panel.Fields in mgui.interfaces.plots declared as InterfacePlot Modifier and Type Field Description protected InterfacePlot<?>
InterfacePlotDisplay. current_plot
protected InterfacePlot<?>
NewPlotDialog. new_plot
T
InterfacePlotOptions. plot
Fields in mgui.interfaces.plots with type parameters of type InterfacePlot Modifier and Type Field Description java.util.ArrayList<InterfacePlot<?>>
InterfacePlotMulti. plots
Methods in mgui.interfaces.plots that return InterfacePlot Modifier and Type Method Description InterfacePlot<?>
InterfacePlotDisplay. getCurrentPlot()
InterfacePlot<?>
NewPlotDialog. getNewPlot()
abstract InterfacePlot<?>
InterfacePlotDialog. showDialog(javax.swing.JFrame frame, InterfacePlotOptions<?> options)
static InterfacePlot<?>
NewPlotDialog. showDialog(javax.swing.JFrame frame)
Methods in mgui.interfaces.plots with parameters of type InterfacePlot Modifier and Type Method Description void
InterfacePlotMulti. addPlot(InterfacePlot<?> p)
void
InterfacePlotMulti. removePlot(InterfacePlot<?> p)
protected void
InterfacePlotDisplay. setPlot(InterfacePlot<?> plot)
Constructors in mgui.interfaces.plots with parameters of type InterfacePlot Constructor Description InterfacePlotDisplay(InterfacePlot<?> plot)
-
Uses of InterfacePlot in mgui.interfaces.plots.mgui
Subclasses of InterfacePlot in mgui.interfaces.plots.mgui Modifier and Type Class Description class
InterfacePlotMgui
General class for displaying ModelGUI plots.class
MatrixImagePlot
Plots a matrix as an image, with a specified colour map. -
Uses of InterfacePlot in mgui.interfaces.plots.osp
Subclasses of InterfacePlot in mgui.interfaces.plots.osp Modifier and Type Class Description class
InterfacePlotOsp
General class for displaying Open Source Physics (OSP) plots.class
InterfaceStripChart
Displays an OSP StripChart; i.e., time vs. -
Uses of InterfacePlot in mgui.interfaces.plots.sgt
Subclasses of InterfacePlot in mgui.interfaces.plots.sgt Modifier and Type Class Description class
InterfacePlotSgt<T extends SgtPlotObject<?>>
Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.class
SgtMultilinePlot
Displays a line plot using the Scientific Graphics Toolkit (SGT) library.class
SgtScatterplot
Displays an XY scatter plot using the Scientific Graphics Toolkit (SGT) library.Methods in mgui.interfaces.plots.sgt that return InterfacePlot Modifier and Type Method Description InterfacePlot<?>
SgtMultilinePlotDialog. showDialog(javax.swing.JFrame frame, InterfacePlotOptions<?> options)
InterfacePlot<?>
SgtScatterPlotDialog. showDialog(javax.swing.JFrame frame, InterfacePlotOptions<?> options)