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 interfaceAnnotationInterface to handle Annotations on OMERO.interfaceFileAnnotationInterface to handle File Annotations on OMERO.interfaceMapAnnotationInterface to handle Map Annotations on OMERO.interfaceRatingAnnotationInterface to handle Rating Annotations on OMERO.interfaceTagAnnotationInterface to handle Tag Annotations on OMERO.interfaceTextualAnnotationInterface to handle Textual Annotations on OMERO.Classes in fr.igred.omero.annotations that implement ContainerLinked Modifier and Type Class Description classAnnotationWrapper<T extends AnnotationData>Generic class containing an AnnotationData (or a subclass) object.classFileAnnotationWrapperClass containing a FileAnnotationData object.classMapAnnotationWrapperClass containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).classRatingAnnotationWrapperClass containing a RatingAnnotationData object.classTagAnnotationWrapperClass containing a TagAnnotationData object.classTextualAnnotationWrapperClass 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 interfaceDatasetInterface to handle Datasets on OMERO.interfaceProjectInterface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement ContainerLinked Modifier and Type Class Description classDatasetWrapperClass containing a DatasetData object.classProjectWrapperClass 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 interfaceImageInterface to handle Images on OMERO.Classes in fr.igred.omero.core that implement ContainerLinked Modifier and Type Class Description classImageWrapperClass containing an ImageData.
-