Uses of Interface
adams.data.statistics.InformativeStatistic
-
Packages that use InformativeStatistic Package Description adams.data.statistics adams.flow.core adams.gui.visualization.statistics adams.gui.visualization.timeseries -
-
Uses of InformativeStatistic in adams.data.statistics
Classes in adams.data.statistics with type parameters of type InformativeStatistic Modifier and Type Interface Description interface
InformativeStatisticSupporter<T extends InformativeStatistic>
Interface for classes that return anInformativeStatistic
object.Classes in adams.data.statistics that implement InformativeStatistic Modifier and Type Class Description class
AbstractDataStatistic<T extends DataContainer>
A class for statistics about data.class
TimeseriesStatistic<T extends Timeseries>
Statistical information specific to a Timeseries. -
Uses of InformativeStatistic in adams.flow.core
Classes in adams.flow.core that implement InformativeStatistic Modifier and Type Class Description class
ActorStatistic
Generates some statistics for an actor. -
Uses of InformativeStatistic in adams.gui.visualization.statistics
Fields in adams.gui.visualization.statistics declared as InformativeStatistic Modifier and Type Field Description protected InformativeStatistic
InformativeStatisticFactory.Model. m_Statistic
the underlying object.Fields in adams.gui.visualization.statistics with type parameters of type InformativeStatistic Modifier and Type Field Description protected List<InformativeStatistic>
InformativeStatisticFactory.MultiPagePane. m_Statistics
the underlying data.Methods in adams.gui.visualization.statistics that return InformativeStatistic Modifier and Type Method Description InformativeStatistic
InformativeStatisticFactory.Model. getStatistic()
Returns the underlying chromatogram.InformativeStatistic
InformativeStatisticFactory.Table. getStatistic()
Returns the underlying statistics object.Methods in adams.gui.visualization.statistics that return types with arguments of type InformativeStatistic Modifier and Type Method Description List<InformativeStatistic>
InformativeStatisticFactory.Dialog. getStatistics()
Returns the underlying regions.List<InformativeStatistic>
InformativeStatisticFactory.MultiPagePane. getStatistics()
Returns the underlying statistics.Methods in adams.gui.visualization.statistics with parameters of type InformativeStatistic Modifier and Type Method Description static InformativeStatisticFactory.Model
InformativeStatisticFactory. getModel(InformativeStatistic stat)
Returns a new model for an informative statistic object.static InformativeStatisticFactory.Table
InformativeStatisticFactory. getTable(InformativeStatistic stat)
Returns a new table for an informative statistic object.void
InformativeStatisticFactory.Table. setStatistic(InformativeStatistic stat)
Sets the statistics object to display.Method parameters in adams.gui.visualization.statistics with type arguments of type InformativeStatistic Modifier and Type Method Description static InformativeStatisticFactory.MultiPagePane
InformativeStatisticFactory. getMultiPagePane(List<InformativeStatistic> stats)
Returns a multi-page pane for the informative statistic objects.void
InformativeStatisticFactory.Dialog. setStatistics(List<InformativeStatistic> value)
Sets the statistics to display.void
InformativeStatisticFactory.MultiPagePane. setStatistics(List<InformativeStatistic> value)
Sets the statistics.Constructors in adams.gui.visualization.statistics with parameters of type InformativeStatistic Constructor Description Model(InformativeStatistic stat)
Initializes the model.Table(InformativeStatistic stat)
Initializes the table.Constructor parameters in adams.gui.visualization.statistics with type arguments of type InformativeStatistic Constructor Description MultiPagePane(List<InformativeStatistic> stats)
Initializes the tabbed pane with the statistics. -
Uses of InformativeStatistic in adams.gui.visualization.timeseries
Method parameters in adams.gui.visualization.timeseries with type arguments of type InformativeStatistic Modifier and Type Method Description void
TimeseriesPanel. showStatistics(List<InformativeStatistic> stats)
Displays a dialog with the given statistics.
-