Uses of Interface
adams.data.NotesHandler
-
-
Uses of NotesHandler in adams.data
Subinterfaces of NotesHandler in adams.data Modifier and Type Interface Description interfaceDatabaseNotesHandlerFor database-related data structures that handle notes as well.interfaceMutableNotesHandlerAllows 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 classBlobContainerSimple 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 classBoofCVImageContainerImage wrapper around aImageBaseused by BoofCV. -
Uses of NotesHandler in adams.data.container
Classes in adams.data.container that implement NotesHandler 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 NotesHandler in adams.data.image
Classes in adams.data.image that implement NotesHandler 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 NotesHandler in adams.data.instance
Classes in adams.data.instance that implement NotesHandler 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 NotesHandler in adams.data.opencv
Classes in adams.data.opencv that implement NotesHandler Modifier and Type Class Description classOpenCVImageContainerEncapsulates an OpenCV image. -
Uses of NotesHandler in adams.data.text
Classes in adams.data.text that implement NotesHandler Modifier and Type Class Description classTextContainerSimple 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 classTimeseries<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 classSpreadSheetRowStores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).
-