Uses of Class
mgui.interfaces.plots.InterfacePlotDialog
Package | Description |
---|---|
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
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 InterfacePlotDialog in mgui.interfaces.plots
Methods in mgui.interfaces.plots that return InterfacePlotDialog Modifier and Type Method Description InterfacePlotDialog<?>
InterfacePlot. getPlotDialog()
Subclasses can use this method to supply a dialog box which defines this plot object.InterfacePlotDialog
InterfacePlotMulti. getPlotDialog()
-
Uses of InterfacePlotDialog in mgui.interfaces.plots.osp
Methods in mgui.interfaces.plots.osp that return InterfacePlotDialog Modifier and Type Method Description InterfacePlotDialog<?>
InterfaceStripChart. getPlotDialog()
-
Uses of InterfacePlotDialog in mgui.interfaces.plots.sgt
Subclasses of InterfacePlotDialog in mgui.interfaces.plots.sgt Modifier and Type Class Description class
SgtMultilinePlotDialog
Dialog box for specifying the source data, attributes, labels, and axes of a SGT multiline plot object.class
SgtScatterPlotDialog
Dialog to allow user to specify source data and display options for an XY scatterplot.Methods in mgui.interfaces.plots.sgt that return InterfacePlotDialog Modifier and Type Method Description InterfacePlotDialog<?>
SgtMultilinePlot. getPlotDialog()
InterfacePlotDialog<?>
SgtScatterplot. getPlotDialog()