Uses of Class
mgui.interfaces.plots.sgt.SgtPlotObject
| Package | Description |
|---|---|
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of SgtPlotObject in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt with type parameters of type SgtPlotObject Modifier and Type Class Description classInterfacePlotSgt<T extends SgtPlotObject<?>>Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.classSgtCartesianLayout<T extends SgtPlotObject<?>>Abstract extension ofSgtPlotObjectforCartesianGraphobjects.classSgtPlotLayout<T extends SgtPlotObject<?>,G extends gov.noaa.pmel.sgt.Graph,A extends gov.noaa.pmel.sgt.Axis>The base layout panel for an SGT plot.Subclasses of SgtPlotObject in mgui.interfaces.plots.sgt Modifier and Type Class Description classSgtLineA plotted line in a Scientific Graphics Toolkit (SGT) plot.classSgtPointSetRepresents a set of points for an Scientific Graphics Toolkit (SGT) plot.Fields in mgui.interfaces.plots.sgt declared as SgtPlotObject Modifier and Type Field Description protected SgtPlotObject<?>InterfacePlotSgt. last_addedprotected SgtPlotObject<?>InterfacePlotSgt. last_modifiedprotected SgtPlotObject<?>InterfacePlotSgt. last_removedFields in mgui.interfaces.plots.sgt with type parameters of type SgtPlotObject Modifier and Type Field Description protected java.util.HashMap<java.lang.String,SgtPlotObject<?>>SgtPlotLayout. object_mapMethods in mgui.interfaces.plots.sgt that return SgtPlotObject Modifier and Type Method Description SgtPlotObject<?>InterfacePlotSgt. getLastAdded()SgtPlotObject<?>InterfacePlotSgt. getLastModified()SgtPlotObject<?>InterfacePlotSgt. getLastRemoved()