Uses of Class
mgui.interfaces.plots.sgt.SgtAxis
Package | Description |
---|---|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of SgtAxis in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt with type parameters of type SgtAxis Modifier and Type Field Description protected java.util.HashMap<java.lang.String,SgtAxis<A>>
SgtPlotLayout. axis_map
Methods in mgui.interfaces.plots.sgt that return SgtAxis Modifier and Type Method Description SgtAxis<gov.noaa.pmel.sgt.PlainAxis>
SgtCartesianLayout. addAxis(java.lang.String name, gov.noaa.pmel.sgt.PlainAxis axis, SgtPlotFunctions.AxisType type)
SgtAxis<A>
SgtPlotLayout. addAxis(java.lang.String name, A axis, SgtPlotFunctions.AxisType type)
Adds an axis to this plot.SgtAxis<A>
SgtPlotLayout. getAxis(java.lang.String name)
Returns the axis with the specified name;null
if no such axis exists.SgtAxis<gov.noaa.pmel.sgt.PlainAxis>
SgtCartesianLayout. getMainAxis(SgtPlotFunctions.AxisType type)
abstract SgtAxis<gov.noaa.pmel.sgt.PlainAxis>
SgtPlotLayout. getMainAxis(SgtPlotFunctions.AxisType type)
Returns the main axis of the givenSgtPlotFunctions.AxisType
.