Uses of Class
adams.gui.visualization.stats.histogram.HistogramOptions
-
Packages that use HistogramOptions Package Description adams.flow.sink adams.gui.tools.wekainvestigator.tab.classifytab.output adams.gui.visualization.stats.fourinone adams.gui.visualization.stats.histogram -
-
Uses of HistogramOptions in adams.flow.sink
Fields in adams.flow.sink declared as HistogramOptions Modifier and Type Field Description protected HistogramOptions
FourInOneDisplay. m_HistogramOptions
Options for the histogramprotected HistogramOptions
Histogram. m_Options
the histogram options themselves.Methods in adams.flow.sink that return HistogramOptions Modifier and Type Method Description HistogramOptions
FourInOneDisplay. getHistogramOptions()
Get the options for the histogramHistogramOptions
Histogram. getOptions()
Returns the display optionsMethods in adams.flow.sink with parameters of type HistogramOptions Modifier and Type Method Description void
FourInOneDisplay. setHistogramOptions(HistogramOptions val)
Set the options for the histogramvoid
Histogram. setOptions(HistogramOptions value)
Sets the display options. -
Uses of HistogramOptions in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as HistogramOptions Modifier and Type Field Description protected HistogramOptions
FourInOnePlot. m_HistogramOptions
Options for the histogramMethods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return HistogramOptions Modifier and Type Method Description HistogramOptions
FourInOnePlot. getHistogramOptions()
Get the options for the histogram.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type HistogramOptions Modifier and Type Method Description void
FourInOnePlot. setHistogramOptions(HistogramOptions value)
Set the options for the histogram. -
Uses of HistogramOptions in adams.gui.visualization.stats.fourinone
Fields in adams.gui.visualization.stats.fourinone declared as HistogramOptions Modifier and Type Field Description protected HistogramOptions
FourInOne. m_HistogramOptions
Options for the histogram plotMethods in adams.gui.visualization.stats.fourinone with parameters of type HistogramOptions Modifier and Type Method Description void
FourInOne. setOptions(HistogramOptions hist, VersusFitOptions vsFit, VersusOrderOptions vsOrder, NormalPlotOptions norm)
Set the options for each of the plots within the four-in-one -
Uses of HistogramOptions in adams.gui.visualization.stats.histogram
Fields in adams.gui.visualization.stats.histogram declared as HistogramOptions Modifier and Type Field Description protected HistogramOptions
Histogram. m_HistOptions
Options for the histogramMethods in adams.gui.visualization.stats.histogram that return HistogramOptions Modifier and Type Method Description HistogramOptions
Histogram. getOptions()
Returns the option for this histogram.Methods in adams.gui.visualization.stats.histogram with parameters of type HistogramOptions Modifier and Type Method Description void
Histogram. setOptions(HistogramOptions val)
Set the options for this histogram
-