Uses of Class
adams.gui.visualization.stats.fourinone.VersusFitOptions
-
Packages that use VersusFitOptions Package Description adams.flow.sink adams.gui.tools.wekainvestigator.tab.classifytab.output adams.gui.visualization.stats.fourinone -
-
Uses of VersusFitOptions in adams.flow.sink
Fields in adams.flow.sink declared as VersusFitOptions Modifier and Type Field Description protected VersusFitOptions
FourInOneDisplay. m_VersusFitOptions
Options for the vs fitMethods in adams.flow.sink that return VersusFitOptions Modifier and Type Method Description VersusFitOptions
FourInOneDisplay. getVersusFitOptions()
Get the options for the vsfit plotMethods in adams.flow.sink with parameters of type VersusFitOptions Modifier and Type Method Description void
FourInOneDisplay. setVersusFitOptions(VersusFitOptions val)
Set the options for the vsfit plot -
Uses of VersusFitOptions in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as VersusFitOptions Modifier and Type Field Description protected VersusFitOptions
FourInOnePlot. m_VersusFitOptions
Options for the vs fitMethods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return VersusFitOptions Modifier and Type Method Description VersusFitOptions
FourInOnePlot. getVersusFitOptions()
Get the options for the vsfit plot.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type VersusFitOptions Modifier and Type Method Description void
FourInOnePlot. setVersusFitOptions(VersusFitOptions value)
Set the options for the vsfit plot. -
Uses of VersusFitOptions in adams.gui.visualization.stats.fourinone
Fields in adams.gui.visualization.stats.fourinone declared as VersusFitOptions Modifier and Type Field Description protected VersusFitOptions
FourInOne. m_VsFitOptions
options for the vs fit plotprotected VersusFitOptions
VersusFit. m_VsFitOptions
Options for the plotMethods in adams.gui.visualization.stats.fourinone with parameters of type VersusFitOptions 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-onevoid
VersusFit. setOptions(VersusFitOptions val)
Set the options for this versus fit
-