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.
|
fr.igred.omero.containers |
This package contains interfaces and classes related to the hierarchical organization for images,
e.g. containers (projects, datasets and folders).
|
Modifier and Type | Method and Description |
---|---|
List<TagAnnotation> |
Annotatable.getTags(Browser browser)
Gets all tags linked to an object in OMERO, if possible.
|
List<TagAnnotation> |
AnnotatableWrapper.getTags(Browser browser)
Gets all tags linked to an object in OMERO, if possible.
|
List<TagAnnotation> |
AnnotatableWrapper.getTags(Browser browser)
Gets all tags linked to an object in OMERO, if possible.
|
List<TagAnnotation> |
Annotatable.getTags(Browser browser)
Gets all tags linked to an object in OMERO, if possible.
|
Modifier and Type | Class and Description |
---|---|
class |
TagAnnotationWrapper
Class containing a TagAnnotationData object.
|
Modifier and Type | Method and Description |
---|---|
default TagAnnotation |
Browser.getTag(Long id)
Gets a specific tag from the OMERO database.
|
default TagAnnotation |
Browser.getTag(Long id)
Gets a specific tag from the OMERO database.
|
Modifier and Type | Method and Description |
---|---|
default List<TagAnnotation> |
Browser.getTags()
Gets the list of tag annotations available to the user.
|
default List<TagAnnotation> |
Browser.getTags()
Gets the list of tag annotations available to the user.
|
default List<TagAnnotation> |
Browser.getTags(String name)
Gets the list of tag annotations with the specified name available to the user.
|
default List<TagAnnotation> |
Browser.getTags(String name)
Gets the list of tag annotations with the specified name available to the user.
|
Modifier and Type | Method and Description |
---|---|
default List<Image> |
Dataset.getImagesTagged(Browser browser,
TagAnnotation tag)
Gets all images in the dataset tagged with a specified tag from OMERO.
|
default List<Image> |
Project.getImagesTagged(Browser browser,
TagAnnotation tag)
Gets all images in the project tagged with a specified tag from OMERO.
|
default List<Image> |
Project.getImagesTagged(Browser browser,
TagAnnotation tag)
Gets all images in the project tagged with a specified tag from OMERO.
|
default List<Image> |
Dataset.getImagesTagged(Browser browser,
TagAnnotation tag)
Gets all images in the dataset tagged with a specified tag from OMERO.
|
Copyright © 2020–2023 GReD. All rights reserved.