Uses of Interface
fr.igred.omero.annotations.TagAnnotation
-
Packages that use TagAnnotation 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, -
-
Uses of TagAnnotation in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type TagAnnotation Modifier and Type Method Description java.util.List<TagAnnotation>
Annotatable. getTags(Browser browser)
Gets all tags linked to an object in OMERO, if possible.java.util.List<TagAnnotation>
AnnotatableWrapper. getTags(Browser browser)
Gets all tags linked to an object in OMERO, if possible. -
Uses of TagAnnotation in fr.igred.omero.annotations
Classes in fr.igred.omero.annotations that implement TagAnnotation Modifier and Type Class Description class
TagAnnotationWrapper
Class containing a TagAnnotationData object. -
Uses of TagAnnotation in fr.igred.omero.client
Methods in fr.igred.omero.client that return TagAnnotation Modifier and Type Method Description default TagAnnotation
Browser. getTag(java.lang.Long id)
Gets a specific tag from the OMERO database.Methods in fr.igred.omero.client that return types with arguments of type TagAnnotation Modifier and Type Method Description default java.util.List<TagAnnotation>
Browser. getTags()
Gets the list of tag annotations available to the user.default java.util.List<TagAnnotation>
Browser. getTags(java.lang.String name)
Gets the list of tag annotations with the specified name available to the user. -
Uses of TagAnnotation in fr.igred.omero.containers
Methods in fr.igred.omero.containers with parameters of type TagAnnotation Modifier and Type Method Description default java.util.List<Image>
Dataset. getImagesTagged(Browser browser, TagAnnotation tag)
Gets all images in the dataset tagged with a specified tag from OMERO.default java.util.List<Image>
Project. getImagesTagged(Browser browser, TagAnnotation tag)
Gets all images in the project tagged with a specified tag from OMERO.
-