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 classRepositoryObjectWrapper<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 interfaceDatasetInterface to handle Datasets on OMERO.interfaceFolderInterface to handle Folders on OMERO.interfaceProjectInterface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement RepositoryObject Modifier and Type Class Description classDatasetWrapperClass containing a DatasetData object.classFolderWrapperClass containing a FolderData object.classProjectWrapperClass 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 interfaceImageInterface to handle Images on OMERO.Classes in fr.igred.omero.core that implement RepositoryObject Modifier and Type Class Description classImageWrapperClass containing an ImageData. -
Uses of RepositoryObject in fr.igred.omero.screen
Subinterfaces of RepositoryObject in fr.igred.omero.screen Modifier and Type Interface Description interfacePlateInterface to handle Plates on OMERO.interfacePlateAcquisitionInterface to handle Plate Acquisitions on OMERO.interfaceScreenInterface to handle Screens on OMERO.interfaceWellInterface to handle Wells on OMERO.Classes in fr.igred.omero.screen that implement RepositoryObject Modifier and Type Class Description classPlateAcquisitionWrapperClass containing a PlateAcquisitionData object.classPlateWrapperClass containing a PlateData object.classScreenWrapperClass containing a ScreenData object.classWellWrapperClass 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.
-