Interface RegularROI

All Known Implementing Classes:
CurvedLineROI, EllipticalROI, LineROI, Marker, OpenSplineROI, RectangularROI, Text

public interface RegularROI
Interface that regularly-shaped ROIs implement. Regularly-shaped ROIs are able to return the area of the ROI, which has been computed analytically, and therefore exactly.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the area of this regular ROI in square mm.
  • Method Details

    • getSquareArea

      double getSquareArea()
      Returns the area of this regular ROI in square mm.
      Returns:
      the area of this ROI in square mm.