Uses of Interface
fr.igred.omero.RepositoryObject
-
Packages that use RepositoryObject Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.containers This package contains interfaces and classes related to the hierarchical organization for images,fr.igred.omero.core This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes.fr.igred.omero.screen This package contains interfaces and classes related to the HCS organization, e.g.fr.igred.omero.util This package contains classes to handle 5D positions and boundaries as well as a utility class to check if the library requirements are available, and another one to convert DataObjects to Wrapper objects. -
-
Uses of RepositoryObject in fr.igred.omero
Classes in fr.igred.omero that implement RepositoryObject Modifier and Type Class Description class
RepositoryObjectWrapper<T extends DataObject>
Generic class containing a DataObject (or a subclass) object. -
Uses of RepositoryObject in fr.igred.omero.containers
Subinterfaces of RepositoryObject in fr.igred.omero.containers Modifier and Type Interface Description interface
Dataset
Interface to handle Datasets on OMERO.interface
Folder
Interface to handle Folders on OMERO.interface
Project
Interface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement RepositoryObject Modifier and Type Class Description class
DatasetWrapper
Class containing a DatasetData object.class
FolderWrapper
Class containing a FolderData object.class
ProjectWrapper
Class containing a ProjectData object. -
Uses of RepositoryObject in fr.igred.omero.core
Subinterfaces of RepositoryObject in fr.igred.omero.core Modifier and Type Interface Description interface
Image
Interface to handle Images on OMERO.Classes in fr.igred.omero.core that implement RepositoryObject Modifier and Type Class Description class
ImageWrapper
Class containing an ImageData. -
Uses of RepositoryObject in fr.igred.omero.screen
Subinterfaces of RepositoryObject in fr.igred.omero.screen Modifier and Type Interface Description interface
Plate
Interface to handle Plates on OMERO.interface
PlateAcquisition
Interface to handle Plate Acquisitions on OMERO.interface
Screen
Interface to handle Screens on OMERO.interface
Well
Interface to handle Wells on OMERO.Classes in fr.igred.omero.screen that implement RepositoryObject Modifier and Type Class Description class
PlateAcquisitionWrapper
Class containing a PlateAcquisitionData object.class
PlateWrapper
Class containing a PlateData object.class
ScreenWrapper
Class containing a ScreenData object.class
WellWrapper
Class containing a WellData object. -
Uses of RepositoryObject in fr.igred.omero.util
Methods in fr.igred.omero.util with type parameters of type RepositoryObject Modifier and Type Method Description static <T extends DataObject,U extends RepositoryObject>
UWrapper. wrapRepositoryObject(T object)
Converts (wraps) a DataObject object to a Repository object.
-