Uses of Class
fr.igred.omero.annotations.FileAnnotationWrapper
-
Packages that use FileAnnotationWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object. -
-
Uses of FileAnnotationWrapper in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type FileAnnotationWrapper Modifier and Type Method Description List<FileAnnotationWrapper>
AnnotatableWrapper. getFileAnnotations(Client client)
Returns the file annotationsMethods in fr.igred.omero with parameters of type FileAnnotationWrapper Modifier and Type Method Description void
AnnotatableWrapper. addFileAnnotation(Client client, FileAnnotationWrapper annotation)
Deprecated.Links a file annotation to the object.
-