Uses of Class
adams.gui.visualization.stats.fourinone.VersusOrderOptions
-
Packages that use VersusOrderOptions Package Description adams.flow.sink adams.gui.tools.wekainvestigator.tab.classifytab.output adams.gui.visualization.stats.fourinone -
-
Uses of VersusOrderOptions in adams.flow.sink
Fields in adams.flow.sink declared as VersusOrderOptions Modifier and Type Field Description protected VersusOrderOptions
FourInOneDisplay. m_VersusOrderOptions
Options for the vs orderMethods in adams.flow.sink that return VersusOrderOptions Modifier and Type Method Description VersusOrderOptions
FourInOneDisplay. getVersusOrderOptions()
Get the options for the vsorder plotMethods in adams.flow.sink with parameters of type VersusOrderOptions Modifier and Type Method Description void
FourInOneDisplay. setVersusOrderOptions(VersusOrderOptions val)
Set the options for the vs order plot -
Uses of VersusOrderOptions in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as VersusOrderOptions Modifier and Type Field Description protected VersusOrderOptions
FourInOnePlot. m_VersusOrderOptions
Options for the vs orderMethods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return VersusOrderOptions Modifier and Type Method Description VersusOrderOptions
FourInOnePlot. getVersusOrderOptions()
Get the options for the vsorder plot.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type VersusOrderOptions Modifier and Type Method Description void
FourInOnePlot. setVersusOrderOptions(VersusOrderOptions value)
Set the options for the vs order plot. -
Uses of VersusOrderOptions in adams.gui.visualization.stats.fourinone
Fields in adams.gui.visualization.stats.fourinone declared as VersusOrderOptions Modifier and Type Field Description protected VersusOrderOptions
FourInOne. m_VsOrderOptions
options for the vs order plotprotected VersusOrderOptions
VersusOrder. m_VsOrderOptions
Options for the vsorder plotMethods in adams.gui.visualization.stats.fourinone with parameters of type VersusOrderOptions 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
VersusOrder. setOptions(VersusOrderOptions val)
Set the options for the versus order
-