Uses of Interface
fr.igred.omero.ImageLinked
-
Packages that use ImageLinked Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.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.fr.igred.omero.screen This package contains interfaces and classes related to the HCS organization, e.g. -
-
Uses of ImageLinked in fr.igred.omero
Subinterfaces of ImageLinked in fr.igred.omero Modifier and Type Interface Description interface
ContainerLinked
Interface to handle objects that can be linked to containers (projects, datasets) on OMERO.interface
HCSLinked
Interface to handle objects that can be linked to HCS objects (screens, plates, wells) on OMERO. -
Uses of ImageLinked in fr.igred.omero.annotations
Subinterfaces of ImageLinked 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 ImageLinked 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 ImageLinked in fr.igred.omero.containers
Subinterfaces of ImageLinked in fr.igred.omero.containers Modifier and Type Interface Description interface
Dataset
Interface to handle Datasets on OMERO.interface
Folder
Interface to handle Folders on OMERO.interface
Project
Interface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement ImageLinked Modifier and Type Class Description class
DatasetWrapper
Class containing a DatasetData object.class
FolderWrapper
Class containing a FolderData object.class
ProjectWrapper
Class containing a ProjectData object. -
Uses of ImageLinked in fr.igred.omero.core
Subinterfaces of ImageLinked 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 ImageLinked Modifier and Type Class Description class
ImageWrapper
Class containing an ImageData. -
Uses of ImageLinked in fr.igred.omero.screen
Subinterfaces of ImageLinked in fr.igred.omero.screen Modifier and Type Interface Description interface
Plate
Interface to handle Plates on OMERO.interface
PlateAcquisition
Interface to handle Plate Acquisitions on OMERO.interface
Screen
Interface to handle Screens on OMERO.interface
Well
Interface to handle Wells on OMERO.interface
WellSample
Interface to handle Well Samples on OMERO.Classes in fr.igred.omero.screen that implement ImageLinked Modifier and Type Class Description class
PlateAcquisitionWrapper
Class containing a PlateAcquisitionData object.class
PlateWrapper
Class containing a PlateData object.class
ScreenWrapper
Class containing a ScreenData object.class
WellSampleWrapper
Class containing a WellSampleData object.class
WellWrapper
Class containing a WellData object.
-