Uses of Class
ome.xml.model.TagAnnotation
-
Packages that use TagAnnotation Package Description ome.xml.model -
-
Uses of TagAnnotation in ome.xml.model
Methods in ome.xml.model that return TagAnnotation Modifier and Type Method Description TagAnnotation
StructuredAnnotations. getTagAnnotation(int index)
TagAnnotation
StructuredAnnotations. setTagAnnotation(int index, TagAnnotation tagAnnotation)
Methods in ome.xml.model that return types with arguments of type TagAnnotation Modifier and Type Method Description List<TagAnnotation>
StructuredAnnotations. copyTagAnnotationList()
Methods in ome.xml.model with parameters of type TagAnnotation Modifier and Type Method Description void
StructuredAnnotations. addTagAnnotation(TagAnnotation tagAnnotation)
void
StructuredAnnotations. removeTagAnnotation(TagAnnotation tagAnnotation)
TagAnnotation
StructuredAnnotations. setTagAnnotation(int index, TagAnnotation tagAnnotation)
Constructors in ome.xml.model with parameters of type TagAnnotation Constructor Description TagAnnotation(TagAnnotation orig)
Copy constructor.
-