Uses of Interface
fr.igred.omero.annotations.FileAnnotation
-
Packages that use FileAnnotation Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.annotations This package contains interfaces and classes for handling annotations. -
-
Uses of FileAnnotation in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type FileAnnotation Modifier and Type Method Description java.util.List<FileAnnotation>
Annotatable. getFileAnnotations(Browser browser)
Returns the file annotationsjava.util.List<FileAnnotation>
AnnotatableWrapper. getFileAnnotations(Browser browser)
Returns the file annotations -
Uses of FileAnnotation in fr.igred.omero.annotations
Classes in fr.igred.omero.annotations that implement FileAnnotation Modifier and Type Class Description class
FileAnnotationWrapper
Class containing a FileAnnotationData object.
-