Uses of Class
mgui.interfaces.plots.sgt.SgtPlotLayout.GraphType
Package | Description |
---|---|
mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of SgtPlotLayout.GraphType in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt declared as SgtPlotLayout.GraphType Modifier and Type Field Description protected SgtPlotLayout.GraphType
SgtPlotLayout. graph_type
Methods in mgui.interfaces.plots.sgt that return SgtPlotLayout.GraphType Modifier and Type Method Description static SgtPlotLayout.GraphType
SgtPlotLayout.GraphType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SgtPlotLayout.GraphType[]
SgtPlotLayout.GraphType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.interfaces.plots.sgt with parameters of type SgtPlotLayout.GraphType Constructor Description SgtPlotLayout(java.lang.String title, java.awt.Dimension size, SgtPlotLayout.GraphType type)
SgtPlotLayout(SgtPlotLayout.GraphType graph_type)