Uses of Class
mgui.interfaces.plots.sgt.InterfacePlotSgt
Package | Description |
---|---|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of InterfacePlotSgt in mgui.interfaces.plots.sgt
Subclasses of InterfacePlotSgt in mgui.interfaces.plots.sgt Modifier and Type Class Description 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 InterfacePlotSgt Modifier and Type Method Description InterfacePlotSgt
SgtPlotEvent. getPlot()
Constructors in mgui.interfaces.plots.sgt with parameters of type InterfacePlotSgt Constructor Description SgtPlotEvent(InterfacePlotSgt plot)