Uses of Class
fr.igred.omero.annotations.GenericAnnotationWrapper
- 
Packages that use GenericAnnotationWrapper Package Description fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. - 
- 
Uses of GenericAnnotationWrapper in fr.igred.omero.annotations
Subclasses of GenericAnnotationWrapper in fr.igred.omero.annotations Modifier and Type Class Description classFileAnnotationWrapperClass containing a FileAnnotationData object.classMapAnnotationWrapperClass containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).classTagAnnotationWrapperClass containing a TagAnnotationData object. - 
Uses of GenericAnnotationWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository with type parameters of type GenericAnnotationWrapper Modifier and Type Method Description <A extends GenericAnnotationWrapper<?>>
voidGenericRepositoryObjectWrapper. unlink(Client client, A annotation)Unlinks the given annotation from the current object. 
 -