Class 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.
      • 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​(java.util.Map<java.lang.Integer,​MaskData> maskSet)
        Adds the Masks in the maskSet to the component.
        Parameters:
        maskSet - See above.
      • getROI

        public java.util.List<ROIData> getROI()
        Returns all the ROI in the component as a list.
        Returns:
        Sea above.