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. plotsMethods 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 voidInterfaceWorkspace. addPlot(InterfacePlot<?> p)voidInterfaceWorkspace. 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 classInterfacePlotDialog<T extends InterfacePlot<?>>Abstract class to be extended by all dialogs which defineInterfacePlotobjects.classInterfacePlotOptions<T extends InterfacePlot<?>>Options for a plot object.Subclasses of InterfacePlot in mgui.interfaces.plots Modifier and Type Class Description classInterfacePlotMultiAllows 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_plotprotected InterfacePlot<?>NewPlotDialog. new_plotTInterfacePlotOptions. plotFields in mgui.interfaces.plots with type parameters of type InterfacePlot Modifier and Type Field Description java.util.ArrayList<InterfacePlot<?>>InterfacePlotMulti. plotsMethods 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 voidInterfacePlotMulti. addPlot(InterfacePlot<?> p)voidInterfacePlotMulti. removePlot(InterfacePlot<?> p)protected voidInterfacePlotDisplay. 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 classInterfacePlotMguiGeneral class for displaying ModelGUI plots.classMatrixImagePlotPlots 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 classInterfacePlotOspGeneral class for displaying Open Source Physics (OSP) plots.classInterfaceStripChartDisplays 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 classInterfacePlotSgt<T extends SgtPlotObject<?>>Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.classSgtMultilinePlotDisplays a line plot using the Scientific Graphics Toolkit (SGT) library.classSgtScatterplotDisplays 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)