Uses of Class
moa.gui.experimentertab.PlotTab.LegendType
-
Packages that use PlotTab.LegendType Package Description moa.gui.experimentertab -
-
Uses of PlotTab.LegendType in moa.gui.experimentertab
Methods in moa.gui.experimentertab that return PlotTab.LegendType Modifier and Type Method Description static PlotTab.LegendType
PlotTab.LegendType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlotTab.LegendType[]
PlotTab.LegendType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-