Uses of Class
fr.igred.omero.annotations.MapAnnotationWrapper
-
Packages that use MapAnnotationWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object. -
-
Uses of MapAnnotationWrapper in fr.igred.omero
Methods in fr.igred.omero that return MapAnnotationWrapper Modifier and Type Method Description MapAnnotationWrapper
Browser. getMapAnnotation(Long id)
Gets a specific map annotation (key/value pairs) from the OMERO database.Methods in fr.igred.omero that return types with arguments of type MapAnnotationWrapper Modifier and Type Method Description List<MapAnnotationWrapper>
AnnotatableWrapper. getMapAnnotations(Client client)
Gets all map annotations linked to an object in OMERO, if possible.List<MapAnnotationWrapper>
Browser. getMapAnnotations()
Gets the list of map annotations available to the user.List<MapAnnotationWrapper>
Browser. getMapAnnotations(String key)
Gets the list of map annotations with the specified key available to the user.List<MapAnnotationWrapper>
Browser. getMapAnnotations(String key, String value)
Gets the list of map annotations with the specified key and value available to the user.Methods in fr.igred.omero with parameters of type MapAnnotationWrapper Modifier and Type Method Description void
AnnotatableWrapper. addMapAnnotation(Client client, MapAnnotationWrapper mapAnnotation)
Deprecated.Adds a List of Key-Value pair to the object.
-