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 interfaceInformativeStatisticSupporter<T extends InformativeStatistic>Interface for classes that return anInformativeStatisticobject.Classes in adams.data.statistics that implement InformativeStatistic Modifier and Type Class Description classAbstractDataStatistic<T extends DataContainer>A class for statistics about data.classTimeseriesStatistic<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 classActorStatisticGenerates 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 InformativeStatisticInformativeStatisticFactory.Model. m_Statisticthe 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_Statisticsthe underlying data.Methods in adams.gui.visualization.statistics that return InformativeStatistic Modifier and Type Method Description InformativeStatisticInformativeStatisticFactory.Model. getStatistic()Returns the underlying chromatogram.InformativeStatisticInformativeStatisticFactory.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.ModelInformativeStatisticFactory. getModel(InformativeStatistic stat)Returns a new model for an informative statistic object.static InformativeStatisticFactory.TableInformativeStatisticFactory. getTable(InformativeStatistic stat)Returns a new table for an informative statistic object.voidInformativeStatisticFactory.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.MultiPagePaneInformativeStatisticFactory. getMultiPagePane(List<InformativeStatistic> stats)Returns a multi-page pane for the informative statistic objects.voidInformativeStatisticFactory.Dialog. setStatistics(List<InformativeStatistic> value)Sets the statistics to display.voidInformativeStatisticFactory.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 voidTimeseriesPanel. showStatistics(List<InformativeStatistic> stats)Displays a dialog with the given statistics.
-