Uses of Interface
adams.data.report.ReportHandler
-
-
Uses of ReportHandler in adams.data.blob
Classes in adams.data.blob that implement ReportHandler Modifier and Type Class Description class
BlobContainer
Simple container for blob (ie byte array) objects that also offers notes and a report for storing meta-data. -
Uses of ReportHandler in adams.data.boofcv
Classes in adams.data.boofcv that implement ReportHandler Modifier and Type Class Description class
BoofCVImageContainer
Image wrapper around aImageBase
used by BoofCV. -
Uses of ReportHandler in adams.data.container
Classes in adams.data.container that implement ReportHandler Modifier and Type Class Description class
AbstractSimpleContainer<T>
Ancestor for simple containers for objects that also offers notes and a report for storing meta-data.class
ObjectContainer
Simple container for (serializable) objects that also offers notes and a report for storing meta-data. -
Uses of ReportHandler in adams.data.image
Classes in adams.data.image that implement ReportHandler Modifier and Type Class Description class
AbstractImageContainer<T>
Ancestor for various image format containers.class
BufferedImageBitmaskContainer
Container for storing a BufferedImage and its associated bitmask image.class
BufferedImageContainer
Image wrapper around a BufferedImage used by JAI. -
Uses of ReportHandler in adams.data.instance
Classes in adams.data.instance that implement ReportHandler Modifier and Type Class Description class
Instance
Stores values from weka.core.Instance objects, with X being the attribute index (integer) and Y being the internal value (double).class
WekaInstanceContainer
Encapsulates aInstance
object. -
Uses of ReportHandler in adams.data.instances
Classes in adams.data.instances with type parameters of type ReportHandler Modifier and Type Class Description class
AbstractInstanceGenerator<T extends DataContainer & ReportHandler>
Abstract base class for schemes that turn temperature profiles into weka.core.Instance objects. -
Uses of ReportHandler in adams.data.opencv
Classes in adams.data.opencv that implement ReportHandler Modifier and Type Class Description class
OpenCVImageContainer
Encapsulates an OpenCV image. -
Uses of ReportHandler in adams.data.report
Subinterfaces of ReportHandler in adams.data.report Modifier and Type Interface Description interface
MutableReportHandler<T extends Report>
Interface for data containers that can set a report as well. -
Uses of ReportHandler in adams.data.text
Classes in adams.data.text that implement ReportHandler Modifier and Type Class Description class
TextContainer
Simple container for text objects that also offers notes and a report for storing meta-data. -
Uses of ReportHandler in adams.data.timeseries
Classes in adams.data.timeseries that implement ReportHandler Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries. -
Uses of ReportHandler in adams.gui.visualization.report
Constructors in adams.gui.visualization.report with parameters of type ReportHandler Constructor Description ReportContainer(ReportContainerManager manager, ReportHandler handler)
Initializes the container. -
Uses of ReportHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement ReportHandler Modifier and Type Class Description class
SpreadSheetRow
Stores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).
-