Uses of Class
fr.igred.omero.annotations.FileAnnotationWrapper
-
Packages that use FileAnnotationWrapper Package Description fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of FileAnnotationWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return types with arguments of type FileAnnotationWrapper Modifier and Type Method Description java.util.List<FileAnnotationWrapper>
GenericRepositoryObjectWrapper. getFileAnnotations(Client client)
Returns the file annotationsMethods in fr.igred.omero.repository with parameters of type FileAnnotationWrapper Modifier and Type Method Description void
GenericRepositoryObjectWrapper. addFileAnnotation(Client client, FileAnnotationWrapper annotation)
Links a file annotation to the object
-