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 HistogramOptionsFourInOneDisplay. m_HistogramOptionsOptions for the histogramprotected HistogramOptionsHistogram. m_Optionsthe histogram options themselves.Methods in adams.flow.sink that return HistogramOptions Modifier and Type Method Description HistogramOptionsFourInOneDisplay. getHistogramOptions()Get the options for the histogramHistogramOptionsHistogram. getOptions()Returns the display optionsMethods in adams.flow.sink with parameters of type HistogramOptions Modifier and Type Method Description voidFourInOneDisplay. setHistogramOptions(HistogramOptions val)Set the options for the histogramvoidHistogram. 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 HistogramOptionsFourInOnePlot. m_HistogramOptionsOptions for the histogramMethods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return HistogramOptions Modifier and Type Method Description HistogramOptionsFourInOnePlot. 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 voidFourInOnePlot. 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 HistogramOptionsFourInOne. m_HistogramOptionsOptions for the histogram plotMethods in adams.gui.visualization.stats.fourinone with parameters of type HistogramOptions Modifier and Type Method Description voidFourInOne. 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 HistogramOptionsHistogram. m_HistOptionsOptions for the histogramMethods in adams.gui.visualization.stats.histogram that return HistogramOptions Modifier and Type Method Description HistogramOptionsHistogram. getOptions()Returns the option for this histogram.Methods in adams.gui.visualization.stats.histogram with parameters of type HistogramOptions Modifier and Type Method Description voidHistogram. setOptions(HistogramOptions val)Set the options for this histogram
-