Uses of Interface
fr.igred.omero.Annotatable
-
Packages that use Annotatable Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.containers This package contains interfaces and classes related to the hierarchical organization for images,fr.igred.omero.core This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes.fr.igred.omero.roi This package contains wrapper classes for OMERO shapes and ROIs.fr.igred.omero.screen This package contains interfaces and classes related to the HCS organization, e.g.fr.igred.omero.util This package contains classes to handle 5D positions and boundaries as well as a utility class to check if the library requirements are available, and another one to convert DataObjects to Wrapper objects. -
-
Uses of Annotatable in fr.igred.omero
Subinterfaces of Annotatable in fr.igred.omero Modifier and Type Interface Description interfaceRepositoryObjectInterface to handle Repository Objects on OMERO.Classes in fr.igred.omero that implement Annotatable Modifier and Type Class Description classAnnotatableWrapper<T extends DataObject>Generic class containing an annotatable DataObject (or a subclass) object.classRepositoryObjectWrapper<T extends DataObject>Generic class containing a DataObject (or a subclass) object.Methods in fr.igred.omero with parameters of type Annotatable Modifier and Type Method Description default voidAnnotatable. copyAnnotationLinks(Client client, Annotatable object)Copies annotation links from some other object to this one. -
Uses of Annotatable in fr.igred.omero.containers
Subinterfaces of Annotatable in fr.igred.omero.containers Modifier and Type Interface Description interfaceDatasetInterface to handle Datasets on OMERO.interfaceFolderInterface to handle Folders on OMERO.interfaceProjectInterface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement Annotatable Modifier and Type Class Description classDatasetWrapperClass containing a DatasetData object.classFolderWrapperClass containing a FolderData object.classProjectWrapperClass containing a ProjectData object. -
Uses of Annotatable in fr.igred.omero.core
Subinterfaces of Annotatable in fr.igred.omero.core Modifier and Type Interface Description interfaceImageInterface to handle Images on OMERO.Classes in fr.igred.omero.core that implement Annotatable Modifier and Type Class Description classImageWrapperClass containing an ImageData. -
Uses of Annotatable in fr.igred.omero.roi
Subinterfaces of Annotatable in fr.igred.omero.roi Modifier and Type Interface Description interfaceEllipseInterface to handle Ellipse shapes on OMERO.interfaceLineInterface to handle Line shapes on OMERO.interfaceMaskInterface to handle Mask shapes on OMERO.interfacePointInterface to handle Point shapes on OMERO.interfacePolygonInterface to handle Polygon shapes on OMERO.interfacePolylineInterface to handle Polyline shapes on OMERO.interfaceRectangleInterface to handle Rectangle shapes on OMERO.interfaceROIInterface to handle ROIs on OMERO.interfaceShapeGeneric interface to handle Shape objects.interfaceTextInterface to handle Text shapes on OMERO.Classes in fr.igred.omero.roi that implement Annotatable Modifier and Type Class Description classEllipseWrapperClass containing an EllipseData.classLineWrapperClass containing an LineData.classMaskWrapperClass containing an MaskData.classPointWrapperClass containing an PointData.classPolygonWrapperClass containing an PolygonData.classPolylineWrapperClass containing an PolylineData.classRectangleWrapperClass containing an RectangleData.classROIWrapperClass containing a ROIData object.classShapeWrapper<T extends ShapeData>Generic class containing a ShapeData (or a subclass) object.classTextWrapperClass containing an TextData. -
Uses of Annotatable in fr.igred.omero.screen
Subinterfaces of Annotatable in fr.igred.omero.screen Modifier and Type Interface Description interfacePlateInterface to handle Plates on OMERO.interfacePlateAcquisitionInterface to handle Plate Acquisitions on OMERO.interfaceScreenInterface to handle Screens on OMERO.interfaceWellInterface to handle Wells on OMERO.Classes in fr.igred.omero.screen that implement Annotatable Modifier and Type Class Description classPlateAcquisitionWrapperClass containing a PlateAcquisitionData object.classPlateWrapperClass containing a PlateData object.classScreenWrapperClass containing a ScreenData object.classWellWrapperClass containing a WellData object. -
Uses of Annotatable in fr.igred.omero.util
Methods in fr.igred.omero.util with type parameters of type Annotatable Modifier and Type Method Description static <T extends DataObject,U extends Annotatable>
UWrapper. wrapAnnotatableObject(T object)Converts (wraps) a DataObject object to an Annotatable object.
-