Uses of Class
adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
-
-
Uses of NormalPlotOptions in adams.flow.sink
Fields in adams.flow.sink declared as NormalPlotOptions Modifier and Type Field Description protected NormalPlotOptions
FourInOneDisplay. m_NormalPlotOptions
options for the normal plotMethods in adams.flow.sink that return NormalPlotOptions Modifier and Type Method Description NormalPlotOptions
FourInOneDisplay. getNormalPlotOptions()
get the options for the normal plotMethods in adams.flow.sink with parameters of type NormalPlotOptions Modifier and Type Method Description void
FourInOneDisplay. setNormalPlotOptions(NormalPlotOptions val)
Set the options for the normal plot -
Uses of NormalPlotOptions in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as NormalPlotOptions Modifier and Type Field Description protected NormalPlotOptions
FourInOnePlot. m_NormalPlotOptions
options for the normal plotMethods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return NormalPlotOptions Modifier and Type Method Description NormalPlotOptions
FourInOnePlot. getNormalPlotOptions()
get the options for the normal plot.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type NormalPlotOptions Modifier and Type Method Description void
FourInOnePlot. setNormalPlotOptions(NormalPlotOptions value)
Set the options for the normal plot. -
Uses of NormalPlotOptions in adams.gui.visualization.stats.fourinone
Fields in adams.gui.visualization.stats.fourinone declared as NormalPlotOptions Modifier and Type Field Description protected NormalPlotOptions
FourInOne. m_NormOptions
Options for the normal probability plotMethods in adams.gui.visualization.stats.fourinone with parameters of type NormalPlotOptions 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 NormalPlotOptions in adams.gui.visualization.stats.probabilityplot
Fields in adams.gui.visualization.stats.probabilityplot declared as NormalPlotOptions Modifier and Type Field Description protected NormalPlotOptions
NormalPlot. m_NormOptions
Options for this normal distributionMethods in adams.gui.visualization.stats.probabilityplot with parameters of type NormalPlotOptions Modifier and Type Method Description void
NormalPlot. setOptions(NormalPlotOptions val)
Set the options for this plot
-