Uses of Class
ome.xml.model.FileAnnotation
-
Packages that use FileAnnotation Package Description ome.xml.model -
-
Uses of FileAnnotation in ome.xml.model
Methods in ome.xml.model that return FileAnnotation Modifier and Type Method Description FileAnnotationStructuredAnnotations. getFileAnnotation(int index)FileAnnotationStructuredAnnotations. setFileAnnotation(int index, FileAnnotation fileAnnotation)Methods in ome.xml.model that return types with arguments of type FileAnnotation Modifier and Type Method Description java.util.List<FileAnnotation>StructuredAnnotations. copyFileAnnotationList()Methods in ome.xml.model with parameters of type FileAnnotation Modifier and Type Method Description voidStructuredAnnotations. addFileAnnotation(FileAnnotation fileAnnotation)voidStructuredAnnotations. removeFileAnnotation(FileAnnotation fileAnnotation)FileAnnotationStructuredAnnotations. setFileAnnotation(int index, FileAnnotation fileAnnotation)Constructors in ome.xml.model with parameters of type FileAnnotation Constructor Description FileAnnotation(FileAnnotation orig)Copy constructor.
-