Uses of Class
mgui.interfaces.plots.sgt.SgtPlotFunctions.AxisType
Package | Description |
---|---|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of SgtPlotFunctions.AxisType in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt declared as SgtPlotFunctions.AxisType Modifier and Type Field Description protected SgtPlotFunctions.AxisType
SgtAxis. type
Methods in mgui.interfaces.plots.sgt that return SgtPlotFunctions.AxisType Modifier and Type Method Description SgtPlotFunctions.AxisType
SgtAxis. getType()
Returns the type of this axis; one of: X Ystatic SgtPlotFunctions.AxisType
SgtPlotFunctions.AxisType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SgtPlotFunctions.AxisType[]
SgtPlotFunctions.AxisType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.interfaces.plots.sgt with parameters of type SgtPlotFunctions.AxisType 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.static gov.noaa.pmel.util.Range2D
SgtPlotFunctions. findRange(gov.noaa.pmel.sgt.dm.SGTGrid data, gov.noaa.pmel.sgt.GridAttribute attr, SgtPlotFunctions.AxisType dir)
Find the range of theSGTGrid
object in the specified direction.gov.noaa.pmel.util.Range2D
SgtPlotFunctions. findRange(gov.noaa.pmel.sgt.dm.SGTLine data, SgtPlotFunctions.AxisType dir)
Find the range of theSGTLine
object in the specific direction.gov.noaa.pmel.util.SoTRange
SgtPlotFunctions. findSoTRange(gov.noaa.pmel.sgt.dm.SGTGrid data, gov.noaa.pmel.sgt.GridAttribute attr, SgtPlotFunctions.AxisType dir)
Find the range of theSGTGrid
object in the specified direction.gov.noaa.pmel.util.SoTRange
SgtPlotFunctions. findSoTRange(gov.noaa.pmel.sgt.dm.SGTLine line, SgtPlotFunctions.AxisType dir)
Find the range of theSGTLine
object in the specific direction.gov.noaa.pmel.util.SoTRange
SgtPlotFunctions. findSoTRange(gov.noaa.pmel.sgt.dm.SGTVector data, SgtPlotFunctions.AxisType dir)
Find the range of theSGTVector
object in the specified direction.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
.Constructors in mgui.interfaces.plots.sgt with parameters of type SgtPlotFunctions.AxisType Constructor Description SgtAxis(java.lang.String name, A axis, SgtPlotFunctions.AxisType type)