pojos.util
Class ROIComponent

java.lang.Object
  extended by pojos.util.ROIComponent

public class ROIComponent
extends Object

Component hosting the ROI.

Since:
OME3.0
Version:
3.0 (Internal version: $Revision: $Date: $)
Author:
Jean-Marie Burel      j.burel@dundee.ac.uk, Donald MacDonald      donald@lifesci.dundee.ac.uk

Constructor Summary
ROIComponent(long imageId)
          Instantiate the ROIComponent.
 
Method Summary
 void addMasks(Map<Integer,MaskData> maskSet)
          Adds the Masks in the maskSet to the component.
 List<ROIData> getROI()
          Returns all the ROI in the component as a list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ROIComponent

public ROIComponent(long imageId)
Instantiate the ROIComponent.

Parameters:
imageId - The image id.
Method Detail

addMasks

public void addMasks(Map<Integer,MaskData> maskSet)
Adds the Masks in the maskSet to the component.

Parameters:
maskSet - See above.

getROI

public List<ROIData> getROI()
Returns all the ROI in the component as a list.

Returns:
Sea above.


OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.