Uses of Class
fr.igred.omero.annotations.TagAnnotationWrapper
Packages that use 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
Methods in fr.igred.omero that return TagAnnotationWrapperModifier and TypeMethodDescriptionGets a specific tag from the OMERO database.Methods in fr.igred.omero that return types with arguments of type TagAnnotationWrapperModifier 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.Methods in fr.igred.omero with parameters of type TagAnnotationWrapperModifier 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
Subclasses of TagAnnotationWrapper in fr.igred.omero.annotationsModifier and TypeClassDescriptionclass
Class containing a TagAnnotationData object with a namespace set toNS_TAGSET
.Methods in fr.igred.omero.annotations that return types with arguments of type TagAnnotationWrapperModifier and TypeMethodDescriptionTagSetWrapper.getTags()
Returns the list of tags related to this tag set.Reloads the tag set and returns the corresponding list of tags.Methods in fr.igred.omero.annotations with parameters of type TagAnnotationWrapperModifier 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
Methods in fr.igred.omero.repository with parameters of type TagAnnotationWrapperModifier 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.