Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model | |
omero.gateway.util |
Modifier and Type | Method and Description |
---|---|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders)
Adds ROIs to Folders
|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders,
boolean removeFromOtherFolders)
Adds ROIs to Folders
|
Collection<ROIData> |
ROIFacility.saveROIs(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList)
Save the ROI for the image to the server.
|
Collection<ROIData> |
ROIFacility.saveROIs(SecurityContext ctx,
long imageID,
long userID,
Collection<ROIData> roiList)
Save the ROI for the image to the server.
|
Modifier and Type | Method and Description |
---|---|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders)
Adds ROIs to Folders
|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders,
boolean removeFromOtherFolders)
Adds ROIs to Folders
|
void |
ROIFacility.removeRoisFromFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders)
Remove the ROIs from the folders
|
Collection<ROIData> |
ROIFacility.saveROIs(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList)
Save the ROI for the image to the server.
|
Collection<ROIData> |
ROIFacility.saveROIs(SecurityContext ctx,
long imageID,
long userID,
Collection<ROIData> roiList)
Save the ROI for the image to the server.
|
Modifier and Type | Method and Description |
---|---|
List<ROIData> |
FolderData.copyROILinks()
Copy the list of roi links, see
Folder.copyRoiLinks() |
Collection<ROIData> |
ROIResult.getROIs()
Returns the collection of ROIs.
|
Constructor and Description |
---|
ROIResult(Collection<ROIData> rois)
Creates a new instance.
|
ROIResult(Collection<ROIData> rois,
long fileID)
Creates a new instance.
|
ROIResult(Collection<ROIData> rois,
long fileID,
Object result)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<ROIData> |
ROIComponent.getROI()
Returns all the ROI in the component as a list.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.