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.
|
Modifier and Type | Method and Description |
---|---|
List<MapAnnotation> |
Annotatable.getMapAnnotations(Browser browser)
Gets all map annotations linked to an object in OMERO, if possible.
|
List<MapAnnotation> |
AnnotatableWrapper.getMapAnnotations(Browser browser)
Gets all map annotations linked to an object in OMERO, if possible.
|
List<MapAnnotation> |
AnnotatableWrapper.getMapAnnotations(Browser browser)
Gets all map annotations linked to an object in OMERO, if possible.
|
List<MapAnnotation> |
Annotatable.getMapAnnotations(Browser browser)
Gets all map annotations linked to an object in OMERO, if possible.
|
Modifier and Type | Class and Description |
---|---|
class |
MapAnnotationWrapper
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).
|
Modifier and Type | Method and Description |
---|---|
default MapAnnotation |
Browser.getMapAnnotation(Long id)
Gets a specific map annotation (key/value pairs) from the OMERO database.
|
default MapAnnotation |
Browser.getMapAnnotation(Long id)
Gets a specific map annotation (key/value pairs) from the OMERO database.
|
Modifier and Type | Method and Description |
---|---|
default List<MapAnnotation> |
Browser.getMapAnnotations()
Gets the list of map annotations available to the user.
|
default List<MapAnnotation> |
Browser.getMapAnnotations()
Gets the list of map annotations available to the user.
|
default List<MapAnnotation> |
Browser.getMapAnnotations(String key)
Gets the list of map annotations with the specified key available to the user.
|
default List<MapAnnotation> |
Browser.getMapAnnotations(String key)
Gets the list of map annotations with the specified key available to the user.
|
default List<MapAnnotation> |
Browser.getMapAnnotations(String key,
String value)
Gets the list of map annotations with the specified key and value available to the user.
|
default List<MapAnnotation> |
Browser.getMapAnnotations(String key,
String value)
Gets the list of map annotations with the specified key and value available to the user.
|
Copyright © 2020–2023 GReD. All rights reserved.