All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AccessException |
Reports an error occurred while trying to pull out data from the server.
|
| AdminManager |
Interface to handle admin functions on an OMERO server in a given SecurityContext.
|
| Annotatable |
Interface to handle Annotatable Objects on OMERO.
|
| AnnotatableWrapper<T extends DataObject> |
Generic class containing an annotatable DataObject (or a subclass) object.
|
| Annotation |
Interface to handle Annotations on OMERO.
|
| AnnotationWrapper<T extends AnnotationData> |
Generic class containing an AnnotationData (or a subclass) object.
|
| Bounds |
Class containing 5D bounds coordinates
|
| Browser |
|
| Channel |
Interface to handle Channel information on OMERO.
|
| ChannelWrapper |
Class containing a ChannelData object.
|
| Client |
Client interface to connect to OMERO, browse through all the data accessible to the user and modify it.
|
| ConnectionHandler |
Interface to handle the connection to an OMERO server through a Gateway for a given user and in a specific
SecurityContext.
|
| ContainerLinked |
Interface to handle objects that can be linked to containers (projects, datasets) on OMERO.
|
| Coordinates |
Class containing 5D pixel coordinates
|
| DataManager |
Interface to add or remove data on an OMERO server in a given SecurityContext.
|
| Dataset |
Interface to handle Datasets on OMERO.
|
| DatasetWrapper |
Class containing a DatasetData object.
|
| Ellipse |
Interface to handle Ellipse shapes on OMERO.
|
| EllipseWrapper |
Class containing an EllipseData.
|
| ExceptionHandler<T> |
Class to handle and convert OMERO exceptions.
|
| ExceptionHandler.ExceptionWrapper<T,E extends java.lang.Throwable> |
|
| ExceptionHandler.ThrowingConsumer<T,E extends java.lang.Throwable> |
|
| ExceptionHandler.ThrowingFunction<T,R,E extends java.lang.Throwable> |
|
| Experimenter |
Interface to handle Experimenters on OMERO.
|
| ExperimenterWrapper |
Class containing an ExperimenterData object.
|
| FileAnnotation |
Interface to handle File Annotations on OMERO.
|
| FileAnnotationWrapper |
Class containing a FileAnnotationData object.
|
| Folder |
Interface to handle Folders on OMERO.
|
| FolderWrapper |
Class containing a FolderData object.
|
| GatewayWrapper |
Allows the user to connect to OMERO and browse through all the data accessible to the user.
|
| Group |
Interface to handle Groups on OMERO.
|
| GroupWrapper |
Class containing a GroupData object.
|
| HCSLinked |
Interface to handle objects that can be linked to HCS objects (screens, plates, wells) on OMERO.
|
| Image |
Interface to handle Images on OMERO.
|
| ImageLinked |
Interface to handle objects that can be linked to images (tags, containers, HCS, folders).
|
| ImageWrapper |
Class containing an ImageData.
|
| LibraryChecker |
Utility methods to check if required libraries/classes are available
|
| Line |
Interface to handle Line shapes on OMERO.
|
| LineWrapper |
Class containing an LineData.
|
| MapAnnotation |
Interface to handle Map Annotations on OMERO.
|
| MapAnnotationWrapper |
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).
|
| Mask |
Interface to handle Mask shapes on OMERO.
|
| MaskWrapper |
Class containing an MaskData.
|
| ObjectWrapper<T extends DataObject> |
Generic class containing a DataObject (or a subclass) object.
|
| Pixels |
Interface to handle Pixels on OMERO.
|
| PixelsWrapper |
Class containing a PixelData object.
|
| PlaneInfo |
Interface to handle PlaneInfo on OMERO.
|
| PlaneInfoWrapper |
|
| Plate |
Interface to handle Plates on OMERO.
|
| PlateAcquisition |
Interface to handle Plate Acquisitions on OMERO.
|
| PlateAcquisitionWrapper |
Class containing a PlateAcquisitionData object.
|
| PlateWrapper |
Class containing a PlateData object.
|
| Point |
Interface to handle Point shapes on OMERO.
|
| PointWrapper |
Class containing an PointData.
|
| Polygon |
Interface to handle Polygon shapes on OMERO.
|
| Polygonal |
Interface for polygonal shapes.
|
| PolygonWrapper |
Class containing an PolygonData.
|
| Polyline |
Interface to handle Polyline shapes on OMERO.
|
| PolylineWrapper |
Class containing an PolylineData.
|
| Project |
Interface to handle Projects on OMERO.
|
| ProjectWrapper |
Class containing a ProjectData object.
|
| Punctual |
Interface for punctual shapes.
|
| RatingAnnotation |
Interface to handle Rating Annotations on OMERO.
|
| RatingAnnotationWrapper |
Class containing a RatingAnnotationData object.
|
| Rectangle |
Interface to handle Rectangle shapes on OMERO.
|
| RectangleWrapper |
Class containing an RectangleData.
|
| Rectangular |
Interface for rectangular shapes.
|
| RemoteObject |
Generic interface to handle OMERO objects.
|
| ReplacePolicy |
Policy to specify how to handle objects when they are replaced.
|
| RepositoryObject |
Interface to handle Repository Objects on OMERO.
|
| RepositoryObjectWrapper<T extends DataObject> |
Generic class containing a DataObject (or a subclass) object.
|
| ROI |
Interface to handle ROIs on OMERO.
|
| ROIWrapper |
Class containing a ROIData object.
|
| Screen |
Interface to handle Screens on OMERO.
|
| ScreenWrapper |
Class containing a ScreenData object.
|
| ServerException |
Reports an error occurred on the server.
|
| ServiceException |
Reports an error occurred while trying to access the OMERO service.
|
| Shape |
Generic interface to handle Shape objects.
|
| ShapeWrapper<T extends ShapeData> |
Generic class containing a ShapeData (or a subclass) object.
|
| Table |
Interface to create and handle a Table in OMERO.
|
| TableWrapper |
Class containing the information to create a Table in OMERO.
|
| TagAnnotation |
Interface to handle Tag Annotations on OMERO.
|
| TagAnnotationWrapper |
Class containing a TagAnnotationData object.
|
| Text |
Interface to handle Text shapes on OMERO.
|
| TextualAnnotation |
Interface to handle Textual Annotations on OMERO.
|
| TextualAnnotationWrapper |
Class containing a TextualAnnotationData object.
|
| TextWrapper |
Class containing an TextData.
|
| Well |
Interface to handle Wells on OMERO.
|
| WellSample |
Interface to handle Well Samples on OMERO.
|
| WellSampleWrapper |
Class containing a WellSampleData object.
|
| WellWrapper |
Class containing a WellData object.
|
| Wrapper |
Utility class to convert DataObjects dynamically.
|