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 class
InterfacePlotSgt<T extends SgtPlotObject<?>>
Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.class
SgtCartesianLayout<T extends SgtPlotObject<?>>
Abstract extension ofSgtPlotObject
forCartesianGraph
objects.class
SgtPlotLayout<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 class
SgtLine
A plotted line in a Scientific Graphics Toolkit (SGT) plot.class
SgtPointSet
Represents 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_added
protected SgtPlotObject<?>
InterfacePlotSgt. last_modified
protected SgtPlotObject<?>
InterfacePlotSgt. last_removed
Fields 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_map
Methods in mgui.interfaces.plots.sgt that return SgtPlotObject Modifier and Type Method Description SgtPlotObject<?>
InterfacePlotSgt. getLastAdded()
SgtPlotObject<?>
InterfacePlotSgt. getLastModified()
SgtPlotObject<?>
InterfacePlotSgt. getLastRemoved()