Uses of Class
fr.igred.omero.annotations.MapAnnotationWrapper
-
Packages that use MapAnnotationWrapper Package Description fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of MapAnnotationWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return types with arguments of type MapAnnotationWrapper Modifier and Type Method Description java.util.List<MapAnnotationWrapper>
GenericRepositoryObjectWrapper. getMapAnnotations(Client client)
Gets all map annotations linked to an object in OMERO, if possible.Methods in fr.igred.omero.repository with parameters of type MapAnnotationWrapper Modifier and Type Method Description void
GenericRepositoryObjectWrapper. addMapAnnotation(Client client, MapAnnotationWrapper mapAnnotation)
Adds a List of Key-Value pair to the object.
-