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.SelectionHistogram. m_Selectionwhat data to select.Methods in adams.gui.tools.spreadsheetviewer.chart that return Histogram.Selection Modifier and Type Method Description Histogram.SelectionHistogram. getSelection()Returns what data to use as basis for the histogram.static Histogram.SelectionHistogram.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 voidHistogram. setSelection(Histogram.Selection value)Sets what data to use as basis for the histogram.
-