Uses of Interface
fr.igred.omero.ContainerLinked
-
Packages that use ContainerLinked Package Description fr.igred.omero.annotations This package contains interfaces and classes for handling annotations.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. -
-
Uses of ContainerLinked in fr.igred.omero.annotations
Subinterfaces of ContainerLinked in fr.igred.omero.annotations Modifier and Type Interface Description interface
Annotation
Interface to handle Annotations on OMERO.interface
FileAnnotation
Interface to handle File Annotations on OMERO.interface
MapAnnotation
Interface to handle Map Annotations on OMERO.interface
RatingAnnotation
Interface to handle Rating Annotations on OMERO.interface
TagAnnotation
Interface to handle Tag Annotations on OMERO.interface
TextualAnnotation
Interface to handle Textual Annotations on OMERO.Classes in fr.igred.omero.annotations that implement ContainerLinked Modifier and Type Class Description class
AnnotationWrapper<T extends AnnotationData>
Generic class containing an AnnotationData (or a subclass) object.class
FileAnnotationWrapper
Class containing a FileAnnotationData object.class
MapAnnotationWrapper
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).class
RatingAnnotationWrapper
Class containing a RatingAnnotationData object.class
TagAnnotationWrapper
Class containing a TagAnnotationData object.class
TextualAnnotationWrapper
Class containing a TextualAnnotationData object. -
Uses of ContainerLinked in fr.igred.omero.containers
Subinterfaces of ContainerLinked in fr.igred.omero.containers Modifier and Type Interface Description interface
Dataset
Interface to handle Datasets on OMERO.interface
Project
Interface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement ContainerLinked Modifier and Type Class Description class
DatasetWrapper
Class containing a DatasetData object.class
ProjectWrapper
Class containing a ProjectData object. -
Uses of ContainerLinked in fr.igred.omero.core
Subinterfaces of ContainerLinked 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 ContainerLinked Modifier and Type Class Description class
ImageWrapper
Class containing an ImageData.
-