Uses of Class
fr.igred.omero.GenericObjectWrapper
-
Packages that use GenericObjectWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.meta This package contains wrapper classes for users and groups.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images.fr.igred.omero.roi This package contains wrapper classes for OMERO shapes and ROIs. -
-
Uses of GenericObjectWrapper in fr.igred.omero
Methods in fr.igred.omero with type parameters of type GenericObjectWrapper Modifier and Type Method Description protected static <U extends DataObject,V extends GenericObjectWrapper<U>>
List<V>GenericObjectWrapper. wrap(Collection<U> objects, Function<? super U,? extends V> mapper)Converts a DataObject list to a ObjectWrapper list, sorted bysorter.protected static <U extends DataObject,V extends GenericObjectWrapper<U>,W extends Comparable<W>>
List<V>GenericObjectWrapper. wrap(Collection<U> objects, Function<? super U,? extends V> mapper, Function<? super V,? extends W> sorter)Converts a DataObject list to a ObjectWrapper list, sorted bysorter.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 PixelDataclassPlateAcquisitionWrapperclassPlateWrapperclassProjectWrapperClass containing a ProjectDataclassScreenWrapperclassWellSampleWrapperclassWellWrapper -
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 ROIDataclassTextWrapper
-