Package omero.gateway.util
Class ROIComponent
- java.lang.Object
-
- omero.gateway.util.ROIComponent
-
public class ROIComponent extends java.lang.Object
Component hosting the ROI.- Since:
- OME3.0
-
-
Constructor Summary
Constructors Constructor Description ROIComponent(long imageId)
Instantiate the ROIComponent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMasks(java.util.Map<java.lang.Integer,MaskData> maskSet)
Adds the Masks in the maskSet to the component.java.util.List<ROIData>
getROI()
Returns all the ROI in the component as a list.
-