Uses of Interface
fr.igred.omero.HCSLinked
-
Packages that use HCSLinked Package Description fr.igred.omero.annotations This package contains interfaces and classes for handling annotations.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 HCSLinked in fr.igred.omero.annotations
Subinterfaces of HCSLinked 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 HCSLinked 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 HCSLinked in fr.igred.omero.core
Subinterfaces of HCSLinked 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 HCSLinked Modifier and Type Class Description class
ImageWrapper
Class containing an ImageData. -
Uses of HCSLinked in fr.igred.omero.screen
Subinterfaces of HCSLinked 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 HCSLinked 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.
-