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 TagAnnotationStructuredAnnotations. getTagAnnotation(int index)TagAnnotationStructuredAnnotations. setTagAnnotation(int index, TagAnnotation tagAnnotation)Methods in ome.xml.model that return types with arguments of type TagAnnotation Modifier and Type Method Description java.util.List<TagAnnotation>StructuredAnnotations. copyTagAnnotationList()Methods in ome.xml.model with parameters of type TagAnnotation Modifier and Type Method Description voidStructuredAnnotations. addTagAnnotation(TagAnnotation tagAnnotation)voidStructuredAnnotations. removeTagAnnotation(TagAnnotation tagAnnotation)TagAnnotationStructuredAnnotations. setTagAnnotation(int index, TagAnnotation tagAnnotation)Constructors in ome.xml.model with parameters of type TagAnnotation Constructor Description TagAnnotation(TagAnnotation orig)Copy constructor.
-