Uses of Class
adams.gui.tools.spreadsheetviewer.chart.Histogram.Selection
-
Packages that use Histogram.Selection Package Description adams.gui.tools.spreadsheetviewer.chart -
-
Uses of Histogram.Selection in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as Histogram.Selection Modifier and Type Field Description protected Histogram.Selection
Histogram. m_Selection
what data to select.Methods in adams.gui.tools.spreadsheetviewer.chart that return Histogram.Selection Modifier and Type Method Description Histogram.Selection
Histogram. getSelection()
Returns what data to use as basis for the histogram.static Histogram.Selection
Histogram.Selection. valueOf(String name)
Returns the enum constant of this type with the specified name.static Histogram.Selection[]
Histogram.Selection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type Histogram.Selection Modifier and Type Method Description void
Histogram. setSelection(Histogram.Selection value)
Sets what data to use as basis for the histogram.
-