public class ROIComponent
extends java.lang.Object
コンストラクタと説明 |
---|
ROIComponent(long imageId)
Instantiate the ROIComponent.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|