Uses of Interface
adams.data.NotesHandler
-
-
Uses of NotesHandler in adams.data
Subinterfaces of NotesHandler in adams.data Modifier and Type Interface Description interface
DatabaseNotesHandler
For database-related data structures that handle notes as well.interface
MutableNotesHandler
Allows the replacement of current notes. -
Uses of NotesHandler in adams.data.blob
Classes in adams.data.blob that implement NotesHandler 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 NotesHandler in adams.data.boofcv
Classes in adams.data.boofcv that implement NotesHandler Modifier and Type Class Description class
BoofCVImageContainer
Image wrapper around aImageBase
used by BoofCV. -
Uses of NotesHandler in adams.data.container
Classes in adams.data.container that implement NotesHandler 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 NotesHandler in adams.data.image
Classes in adams.data.image that implement NotesHandler 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 NotesHandler in adams.data.instance
Classes in adams.data.instance that implement NotesHandler 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 NotesHandler in adams.data.opencv
Classes in adams.data.opencv that implement NotesHandler Modifier and Type Class Description class
OpenCVImageContainer
Encapsulates an OpenCV image. -
Uses of NotesHandler in adams.data.text
Classes in adams.data.text that implement NotesHandler 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 NotesHandler in adams.data.timeseries
Classes in adams.data.timeseries that implement NotesHandler Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries. -
Uses of NotesHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement NotesHandler 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).
-