Uses of Interface
adams.data.report.MutableReportHandler
-
-
Uses of MutableReportHandler in adams.data.blob
Classes in adams.data.blob that implement MutableReportHandler 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 MutableReportHandler in adams.data.boofcv
Classes in adams.data.boofcv that implement MutableReportHandler Modifier and Type Class Description class
BoofCVImageContainer
Image wrapper around aImageBase
used by BoofCV. -
Uses of MutableReportHandler in adams.data.container
Classes in adams.data.container that implement MutableReportHandler 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 MutableReportHandler in adams.data.image
Classes in adams.data.image that implement MutableReportHandler 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 MutableReportHandler in adams.data.instance
Classes in adams.data.instance that implement MutableReportHandler 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 MutableReportHandler in adams.data.opencv
Classes in adams.data.opencv that implement MutableReportHandler Modifier and Type Class Description class
OpenCVImageContainer
Encapsulates an OpenCV image. -
Uses of MutableReportHandler in adams.data.text
Classes in adams.data.text that implement MutableReportHandler 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 MutableReportHandler in adams.data.timeseries
Classes in adams.data.timeseries that implement MutableReportHandler Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries. -
Uses of MutableReportHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement MutableReportHandler 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).
-