Uses of Class
fr.igred.omero.annotations.TagAnnotationWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
This package contains wrapper classes for annotations.
This package contains classes related to the hierarchical organization for images.
-
Uses of TagAnnotationWrapper in fr.igred.omero
Modifier and TypeMethodDescriptionGets a specific tag from the OMERO database.Modifier and TypeMethodDescriptionGets all tags linked to an object in OMERO, if possible.Browser.getTags()
Gets the list of tag annotations available to the user.Gets the list of tag annotations with the specified name available to the user.Modifier and TypeMethodDescriptionvoid
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.Browser.getImagesTagged
(TagAnnotationWrapper tag) Deprecated.Gets all images tagged with a specified tag from OMERO. -
Uses of TagAnnotationWrapper in fr.igred.omero.annotations
Modifier and TypeClassDescriptionclass
Class containing a TagAnnotationData object with a namespace set toNS_TAGSET
.Modifier and TypeMethodDescriptionTagSetWrapper.getTags()
Returns the list of tags related to this tag set.Reloads the tag set and returns the corresponding list of tags.Modifier and TypeMethodDescriptionvoid
TagSetWrapper.link
(Client dm, TagAnnotationWrapper tag) Links a tag to this tag set.void
TagSetWrapper.link
(Client dm, TagAnnotationWrapper... tags) Links multiple tags to this tag set. -
Uses of TagAnnotationWrapper in fr.igred.omero.repository
Modifier and TypeMethodDescriptionDatasetWrapper.getImagesTagged
(Client client, TagAnnotationWrapper tag) Gets all images in the dataset tagged with a specified tag from OMERO.ProjectWrapper.getImagesTagged
(Client client, TagAnnotationWrapper tag) Gets all images in the project tagged with a specified tag from OMERO.