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 classBlobContainerSimple 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 classBoofCVImageContainerImage wrapper around aImageBaseused by BoofCV. -
Uses of ReportHandler in adams.data.container
Classes in adams.data.container that implement ReportHandler Modifier and Type Class Description classAbstractSimpleContainer<T>Ancestor for simple containers for objects that also offers notes and a report for storing meta-data.classObjectContainerSimple 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 classAbstractImageContainer<T>Ancestor for various image format containers.classBufferedImageBitmaskContainerContainer for storing a BufferedImage and its associated bitmask image.classBufferedImageContainerImage 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 classInstanceStores values from weka.core.Instance objects, with X being the attribute index (integer) and Y being the internal value (double).classWekaInstanceContainerEncapsulates aInstanceobject. -
Uses of ReportHandler in adams.data.instances
Classes in adams.data.instances with type parameters of type ReportHandler Modifier and Type Class Description classAbstractInstanceGenerator<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 classOpenCVImageContainerEncapsulates an OpenCV image. -
Uses of ReportHandler in adams.data.report
Subinterfaces of ReportHandler in adams.data.report Modifier and Type Interface Description interfaceMutableReportHandler<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 classTextContainerSimple 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 classTimeseries<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 classSpreadSheetRowStores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).
-