Uses of Class
fr.igred.omero.AnnotatableWrapper
-
Packages that use AnnotatableWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.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.fr.igred.omero.util This package contains a utility class used to check if the library requirements are available. -
-
Uses of AnnotatableWrapper in fr.igred.omero
Methods in fr.igred.omero with parameters of type AnnotatableWrapper Modifier and Type Method Description void
AnnotatableWrapper. copyAnnotationLinks(Client client, AnnotatableWrapper<?> object)
Copies annotation links from some other object to this one. -
Uses of AnnotatableWrapper in fr.igred.omero.repository
Subclasses of AnnotatableWrapper in fr.igred.omero.repository Modifier and Type Class Description class
DatasetWrapper
Class containing a DatasetData object.class
FolderWrapper
Class containing a FolderData object.class
GenericRepositoryObjectWrapper<T extends DataObject>
Generic class containing a DataObject (or a subclass) object.class
ImageWrapper
Class containing an ImageData.class
PlateAcquisitionWrapper
Class containing a PlateAcquisitionData object.class
PlateWrapper
Class containing a PlateData object.class
ProjectWrapper
Class containing a ProjectData object.class
ScreenWrapper
Class containing a ScreenData object.class
WellWrapper
Class containing a WellData object. -
Uses of AnnotatableWrapper in fr.igred.omero.roi
Subclasses of AnnotatableWrapper in fr.igred.omero.roi Modifier and Type Class Description class
EllipseWrapper
Class containing an EllipseData.class
GenericShapeWrapper<T extends ShapeData>
Generic class containing a ShapeData (or a subclass) object.class
LineWrapper
Class containing an LineData.class
MaskWrapper
Class containing an MaskData.class
PointWrapper
Class containing an PointData.class
PolygonWrapper
Class containing an PolygonData.class
PolylineWrapper
Class containing an PolylineData.class
RectangleWrapper
Class containing an RectangleData.class
ROIWrapper
Class containing a ROIData object.class
TextWrapper
Class containing an TextData. -
Uses of AnnotatableWrapper in fr.igred.omero.util
Methods in fr.igred.omero.util with type parameters of type AnnotatableWrapper Modifier and Type Method Description static <T extends DataObject,U extends AnnotatableWrapper<? extends T>>
UWrapper. wrapAnnotatableObject(T object)
Converts (wraps) a DataObject object to an Annotatable object.
-