Uses of Class
fr.igred.omero.GenericObjectWrapper
-
Packages that use GenericObjectWrapper Package Description fr.igred.omero fr.igred.omero.annotations fr.igred.omero.meta fr.igred.omero.repository fr.igred.omero.roi -
-
Uses of GenericObjectWrapper in fr.igred.omero
Classes in fr.igred.omero with type parameters of type GenericObjectWrapper Modifier and Type Class Description static classGenericObjectWrapper.SortById<U extends GenericObjectWrapper<?>>Class used to sort wrappers.Methods in fr.igred.omero with parameters of type GenericObjectWrapper Modifier and Type Method Description voidClient. delete(GenericObjectWrapper<?> object)Deletes an object from OMERO. -
Uses of GenericObjectWrapper in fr.igred.omero.annotations
Subclasses of GenericObjectWrapper in fr.igred.omero.annotations Modifier and Type Class Description classFileAnnotationWrapperclassGenericAnnotationWrapper<T extends AnnotationData>Generic class containing an AnnotationData (or a subclass) object.classMapAnnotationWrapperClass containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).classTagAnnotationWrapperClass containing a TagAnnotationData -
Uses of GenericObjectWrapper in fr.igred.omero.meta
Subclasses of GenericObjectWrapper in fr.igred.omero.meta Modifier and Type Class Description classExperimenterWrapperclassGroupWrapper -
Uses of GenericObjectWrapper in fr.igred.omero.repository
Subclasses of GenericObjectWrapper in fr.igred.omero.repository Modifier and Type Class Description classChannelWrapperclassDatasetWrapperClass containing a DatasetData.classFolderWrapperClass containing a FolderData.classGenericRepositoryObjectWrapper<T extends DataObject>Generic class containing a DataObject (or a subclass) object.classImageWrapperClass containing an ImageData.classPixelsWrapperClass containing a PixelDataclassProjectWrapperClass containing a ProjectData -
Uses of GenericObjectWrapper in fr.igred.omero.roi
Subclasses of GenericObjectWrapper in fr.igred.omero.roi Modifier and Type Class Description classEllipseWrapperclassGenericShapeWrapper<T extends ShapeData>Generic class containing a ShapeData (or a subclass) object.classLineWrapperclassMaskWrapperclassPointWrapperclassPolygonWrapperclassPolylineWrapperclassRectangleWrapperclassROIWrapperClass containing a ROIDataclassShapeWrapperclassTextWrapper
-