Uses of Interface
fr.igred.omero.annotations.MapAnnotation
-
Packages that use MapAnnotation Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.annotations This package contains interfaces and classes for handling annotations.fr.igred.omero.client This package contains the client interfaces used to interact with an OMERO server and a class implementing them. -
-
Uses of MapAnnotation in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type MapAnnotation Modifier and Type Method Description java.util.List<MapAnnotation>
Annotatable. getMapAnnotations(Browser browser)
Gets all map annotations linked to an object in OMERO, if possible.java.util.List<MapAnnotation>
AnnotatableWrapper. getMapAnnotations(Browser browser)
Gets all map annotations linked to an object in OMERO, if possible. -
Uses of MapAnnotation in fr.igred.omero.annotations
Classes in fr.igred.omero.annotations that implement MapAnnotation Modifier and Type Class Description class
MapAnnotationWrapper
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair). -
Uses of MapAnnotation in fr.igred.omero.client
Methods in fr.igred.omero.client that return MapAnnotation Modifier and Type Method Description default MapAnnotation
Browser. getMapAnnotation(java.lang.Long id)
Gets a specific map annotation (key/value pairs) from the OMERO database.Methods in fr.igred.omero.client that return types with arguments of type MapAnnotation Modifier and Type Method Description default java.util.List<MapAnnotation>
Browser. getMapAnnotations()
Gets the list of map annotations available to the user.default java.util.List<MapAnnotation>
Browser. getMapAnnotations(java.lang.String key)
Gets the list of map annotations with the specified key available to the user.default java.util.List<MapAnnotation>
Browser. getMapAnnotations(java.lang.String key, java.lang.String value)
Gets the list of map annotations with the specified key and value available to the user.
-