public class ROIComponent
extends java.lang.Object
Constructor and Description |
---|
ROIComponent(long imageId)
Instantiate the ROIComponent.
|
Modifier and Type | Method and 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.
|