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 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 HCSLinked 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 HCSLinked in fr.igred.omero.core
Subinterfaces of HCSLinked in fr.igred.omero.core Modifier and Type Interface Description interfaceImageInterface to handle Images on OMERO.Classes in fr.igred.omero.core that implement HCSLinked Modifier and Type Class Description classImageWrapperClass containing an ImageData. -
Uses of HCSLinked in fr.igred.omero.screen
Subinterfaces of HCSLinked 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 HCSLinked 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.
-