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 class
GenericObjectWrapper.SortById<U extends GenericObjectWrapper<?>>
Class used to sort wrappers.Methods in fr.igred.omero with parameters of type GenericObjectWrapper Modifier and Type Method Description void
Client. 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 class
GenericAnnotationWrapper<T extends AnnotationData>
Generic class containing an AnnotationData (or a subclass) object.class
MapAnnotationWrapper
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).class
TagAnnotationWrapper
Class containing a TagAnnotationData -
Uses of GenericObjectWrapper in fr.igred.omero.meta
Subclasses of GenericObjectWrapper in fr.igred.omero.meta Modifier and Type Class Description class
ExperimenterWrapper
class
GroupWrapper
-
Uses of GenericObjectWrapper in fr.igred.omero.repository
Subclasses of GenericObjectWrapper in fr.igred.omero.repository Modifier and Type Class Description class
ChannelWrapper
class
DatasetWrapper
Class containing a DatasetData.class
FolderWrapper
Class containing a FolderData.class
GenericRepositoryObjectWrapper<T extends DataObject>
Generic class containing a DataObject (or a subclass) object.class
ImageWrapper
Class containing an ImageData.class
PixelsWrapper
Class containing a PixelDataclass
ProjectWrapper
Class containing a ProjectData -
Uses of GenericObjectWrapper in fr.igred.omero.roi
Subclasses of GenericObjectWrapper in fr.igred.omero.roi Modifier and Type Class Description class
EllipseWrapper
class
GenericShapeWrapper<T extends ShapeData>
Generic class containing a ShapeData (or a subclass) object.class
LineWrapper
class
MaskWrapper
class
PointWrapper
class
PolygonWrapper
class
PolylineWrapper
class
RectangleWrapper
class
ROIWrapper
Class containing a ROIDataclass
ShapeWrapper
class
TextWrapper
-