Uses of Class
fr.igred.omero.annotations.TagAnnotationWrapper
-
Packages that use TagAnnotationWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of TagAnnotationWrapper in fr.igred.omero
Methods in fr.igred.omero that return TagAnnotationWrapper Modifier and Type Method Description TagAnnotationWrapper
Browser. getTag(Long id)
Gets a specific tag from the OMERO database.Methods in fr.igred.omero that return types with arguments of type TagAnnotationWrapper Modifier and Type Method Description List<TagAnnotationWrapper>
AnnotatableWrapper. getTags(Client client)
Gets all tags linked to an object in OMERO, if possible.List<TagAnnotationWrapper>
Browser. getTags()
Gets the list of tag annotations available to the user.List<TagAnnotationWrapper>
Browser. getTags(String name)
Gets the list of tag annotations with the specified name available to the user.Methods in fr.igred.omero with parameters of type TagAnnotationWrapper Modifier and Type Method Description void
AnnotatableWrapper. addTag(Client client, TagAnnotationWrapper tag)
Deprecated.Adds a tag to the object in OMERO, if possible.void
AnnotatableWrapper. addTags(Client client, TagAnnotationWrapper... tags)
Deprecated.Adds multiple tag to the object in OMERO, if possible.List<ImageWrapper>
Browser. getImagesTagged(TagAnnotationWrapper tag)
Deprecated.Gets all images tagged with a specified tag from OMERO. -
Uses of TagAnnotationWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository with parameters of type TagAnnotationWrapper Modifier and Type Method Description List<ImageWrapper>
DatasetWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)
Gets all images in the dataset tagged with a specified tag from OMERO.List<ImageWrapper>
ProjectWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)
Gets all images in the project tagged with a specified tag from OMERO.
-