Package com.xinapse.multisliceimage.roi
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 TypeMethodDescriptiondouble
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.
-