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 interfaceContainerLinkedInterface to handle objects that can be linked to containers (projects, datasets) on OMERO.interfaceHCSLinkedInterface 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 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 ImageLinked 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 ImageLinked in fr.igred.omero.containers
Subinterfaces of ImageLinked in fr.igred.omero.containers Modifier and Type Interface Description interfaceDatasetInterface to handle Datasets on OMERO.interfaceFolderInterface to handle Folders on OMERO.interfaceProjectInterface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement ImageLinked Modifier and Type Class Description classDatasetWrapperClass containing a DatasetData object.classFolderWrapperClass containing a FolderData object.classProjectWrapperClass 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 interfaceImageInterface to handle Images on OMERO.Classes in fr.igred.omero.core that implement ImageLinked Modifier and Type Class Description classImageWrapperClass containing an ImageData. -
Uses of ImageLinked in fr.igred.omero.screen
Subinterfaces of ImageLinked in fr.igred.omero.screen Modifier and Type Interface Description interfacePlateInterface to handle Plates on OMERO.interfacePlateAcquisitionInterface to handle Plate Acquisitions on OMERO.interfaceScreenInterface to handle Screens on OMERO.interfaceWellInterface to handle Wells on OMERO.interfaceWellSampleInterface to handle Well Samples on OMERO.Classes in fr.igred.omero.screen that implement ImageLinked Modifier and Type Class Description classPlateAcquisitionWrapperClass containing a PlateAcquisitionData object.classPlateWrapperClass containing a PlateData object.classScreenWrapperClass containing a ScreenData object.classWellSampleWrapperClass containing a WellSampleData object.classWellWrapperClass containing a WellData object.
-