public class ROIResult extends Object
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 |
---|---|
long |
getFileID()
Returns the id of the file.
|
Collection<FolderData> |
getFolders()
Get the available folders
|
Object |
getResult()
Returns the result.
|
Collection<ROIData> |
getROIs()
Returns the collection of ROIs.
|
void |
setFolders(Collection<FolderData> folders)
Sets the available folders
|
void |
setResult(Object result)
Sets the results.
|
public ROIResult(Collection<ROIData> rois)
rois
- The collection of ROIs.public ROIResult(Collection<ROIData> rois, long fileID)
rois
- The collection of ROIs.fileID
- The id of the file.public ROIResult(Collection<ROIData> rois, long fileID, Object result)
rois
- The collection of ROIs.fileID
- The id of the file.result
- The result table associated to the ROIS.public void setResult(Object result)
result
- The value to set.public Collection<ROIData> getROIs()
public long getFileID()
public Object getResult()
public void setFolders(Collection<FolderData> folders)
folders
- The folderspublic Collection<FolderData> getFolders()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.