Uses of Class
adams.gui.visualization.core.AxisPanelOptions
-
-
Uses of AxisPanelOptions in adams.flow.sink
Fields in adams.flow.sink declared as AxisPanelOptions Modifier and Type Field Description protected AxisPanelOptions
ControlChartPlot. m_AxisX
the options for the X axis.protected AxisPanelOptions
SequencePlotter. m_AxisX
the options for the X axis.protected AxisPanelOptions
SimplePlot. m_AxisX
the options for the X axis.protected AxisPanelOptions
ControlChartPlot. m_AxisY
the options for the Y axis.protected AxisPanelOptions
SequencePlotter. m_AxisY
the options for the Y axis.protected AxisPanelOptions
SimplePlot. m_AxisY
the options for the Y axis.Methods in adams.flow.sink that return AxisPanelOptions Modifier and Type Method Description AxisPanelOptions
ControlChartPlot. getAxisX()
Returns the setup for the X axis.AxisPanelOptions
SequencePlotter. getAxisX()
Returns the setup for the X axis.AxisPanelOptions
SimplePlot. getAxisX()
Returns the setup for the X axis.AxisPanelOptions
ControlChartPlot. getAxisY()
Returns the setup for the Y axis.AxisPanelOptions
SequencePlotter. getAxisY()
Returns the setup for the Y axis.AxisPanelOptions
SimplePlot. getAxisY()
Returns the setup for the Y axis.protected AxisPanelOptions
ActualVsPredictedPlot. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
ControlChartPlot. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
SequencePlotter. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
SimplePlot. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
ActualVsPredictedPlot. getDefaultAxisY()
Returns the setup for the Y axis.protected AxisPanelOptions
ControlChartPlot. getDefaultAxisY()
Returns the setup for the Y axis.protected AxisPanelOptions
SequencePlotter. getDefaultAxisY()
Returns the setup for the Y axis.protected AxisPanelOptions
SimplePlot. getDefaultAxisY()
Returns the setup for the Y axis.Methods in adams.flow.sink with parameters of type AxisPanelOptions Modifier and Type Method Description void
ControlChartPlot. setAxisX(AxisPanelOptions value)
Sets the setup for the X axis.void
SequencePlotter. setAxisX(AxisPanelOptions value)
Sets the setup for the X axis.void
SimplePlot. setAxisX(AxisPanelOptions value)
Sets the setup for the X axis.void
ControlChartPlot. setAxisY(AxisPanelOptions value)
Sets the setup for the Y axis.void
SequencePlotter. setAxisY(AxisPanelOptions value)
Sets the setup for the Y axis.void
SimplePlot. setAxisY(AxisPanelOptions value)
Sets the setup for the Y axis. -
Uses of AxisPanelOptions in adams.gui.menu
Methods in adams.gui.menu that return AxisPanelOptions Modifier and Type Method Description protected AxisPanelOptions
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot. getDefaultAxisY()
Returns the setup for the Y axis. -
Uses of AxisPanelOptions in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as AxisPanelOptions Modifier and Type Field Description protected AxisPanelOptions
SamplePlot. m_AxisX
the options for the X axis.protected AxisPanelOptions
SamplePlot. m_AxisY
the options for the Y axis.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return AxisPanelOptions Modifier and Type Method Description AxisPanelOptions
SamplePlot. getAxisX()
Returns the setup for the X axis.AxisPanelOptions
SamplePlot. getAxisY()
Returns the setup for the Y axis.protected AxisPanelOptions
SamplePlot. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
SamplePlot. getDefaultAxisY()
Returns the setup for the Y axis.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type AxisPanelOptions Modifier and Type Method Description void
SamplePlot. setAxisX(AxisPanelOptions value)
Sets the setup for the X axis.void
SamplePlot. setAxisY(AxisPanelOptions value)
Sets the setup for the Y axis. -
Uses of AxisPanelOptions in adams.gui.visualization.stats.core
Fields in adams.gui.visualization.stats.core declared as AxisPanelOptions Modifier and Type Field Description protected AxisPanelOptions
AbstractPlotOptionGroup. m_AxisX
the options for the X axis.protected AxisPanelOptions
AbstractPlotOptionGroup. m_AxisY
the options for the Y axis.Methods in adams.gui.visualization.stats.core that return AxisPanelOptions Modifier and Type Method Description AxisPanelOptions
AbstractPlotOptionGroup. getAxisX()
Returns the setup for the X axis.AxisPanelOptions
AbstractPlotOptionGroup. getAxisY()
Returns the setup for the Y axis.protected abstract AxisPanelOptions
AbstractPlotOptionGroup. getDefaultAxisX()
Returns the setup for the X axis.protected abstract AxisPanelOptions
AbstractPlotOptionGroup. getDefaultAxisY()
Returns the setup for the Y axis.Methods in adams.gui.visualization.stats.core with parameters of type AxisPanelOptions Modifier and Type Method Description void
AbstractPlotOptionGroup. setAxisX(AxisPanelOptions value)
Sets the setup for the X axis.void
AbstractPlotOptionGroup. setAxisY(AxisPanelOptions value)
Sets the setup for the Y axis. -
Uses of AxisPanelOptions in adams.gui.visualization.stats.fourinone
Methods in adams.gui.visualization.stats.fourinone that return AxisPanelOptions Modifier and Type Method Description protected AxisPanelOptions
VersusFitOptions. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
VersusOrderOptions. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
VersusFitOptions. getDefaultAxisY()
Returns the setup for the Y axis.protected AxisPanelOptions
VersusOrderOptions. getDefaultAxisY()
Returns the setup for the Y axis. -
Uses of AxisPanelOptions in adams.gui.visualization.stats.histogram
Methods in adams.gui.visualization.stats.histogram that return AxisPanelOptions Modifier and Type Method Description protected AxisPanelOptions
HistogramOptions. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
HistogramOptions. getDefaultAxisY()
Returns the setup for the Y axis. -
Uses of AxisPanelOptions in adams.gui.visualization.stats.probabilityplot
Methods in adams.gui.visualization.stats.probabilityplot that return AxisPanelOptions Modifier and Type Method Description protected AxisPanelOptions
NormalPlotOptions. getDefaultAxisX()
Returns the setup for the X axis.protected AxisPanelOptions
NormalPlotOptions. getDefaultAxisY()
Returns the setup for the Y axis. -
Uses of AxisPanelOptions in adams.gui.visualization.timeseries
Subclasses of AxisPanelOptions in adams.gui.visualization.timeseries Modifier and Type Class Description class
AbstractTimeseriesXAxisPanelOptions
Ancestor for axis panel option classes for timeseries X axes.class
AbstractTimeseriesYAxisPanelOptions
Ancestor for axis panel option classes for timeseries Y axes.class
DefaultTimeseriesXAxisPanelOptions
Encapsulates options for the X axis in a timeseries plot.class
DefaultTimeseriesYAxisPanelOptions
Encapsulates options for the Y axis in a timeseries plot.
-