Uses of Class
fr.igred.omero.annotations.MapAnnotationWrapper
Packages that use MapAnnotationWrapper
Package
Description
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 MapAnnotationWrapperModifier and TypeMethodDescriptionBrowser.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 MapAnnotationWrapperModifier and TypeMethodDescriptionAnnotatableWrapper.getMapAnnotations
(Client client) Gets all map annotations linked to an object in OMERO, if possible.Browser.getMapAnnotations()
Gets the list of map annotations available to the user.Browser.getMapAnnotations
(String key) Gets the list of map annotations with the specified key available to the user.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 MapAnnotationWrapperModifier and TypeMethodDescriptionvoid
AnnotatableWrapper.addMapAnnotation
(Client client, MapAnnotationWrapper mapAnnotation) Deprecated.Adds a List of Key-Value pair to the object.