See: Description
Interface | Description |
---|---|
Annotation |
Interface to handle Annotations on OMERO.
|
FileAnnotation |
Interface to handle File Annotations on OMERO.
|
MapAnnotation |
Interface to handle Map Annotations on OMERO.
|
RatingAnnotation |
Interface to handle Rating Annotations on OMERO.
|
Table |
Interface to create and handle a Table in OMERO.
|
TagAnnotation |
Interface to handle Tag Annotations on OMERO.
|
TextualAnnotation |
Interface to handle Textual Annotations on OMERO.
|
Class | Description |
---|---|
AnnotationWrapper<T extends AnnotationData> |
Generic class containing an AnnotationData (or a subclass) object.
|
FileAnnotationWrapper |
Class containing a FileAnnotationData object.
|
MapAnnotationWrapper |
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).
|
RatingAnnotationWrapper |
Class containing a RatingAnnotationData object.
|
TableWrapper |
Class containing the information to create a Table in OMERO.
|
TagAnnotationWrapper |
Class containing a TagAnnotationData object.
|
TextualAnnotationWrapper |
Class containing a TextualAnnotationData object.
|
Copyright © 2020–2023 GReD. All rights reserved.