Interface RectangularROIProvider<N extends Number>
- All Known Implementing Classes:
ADRoiStatsPair,LiveStreamRoiIndexer,MutableRectangularIntegerROI,RectangularIntegerROIIndexer,SimpleRectangularROIProvider
public interface RectangularROIProvider<N extends Number>
-
Method Summary
Modifier and TypeMethodDescriptiongetRoi()Return a RectangularROI, or null if none is available/enabled.
-
Method Details
-
getRoi
Return a RectangularROI, or null if none is available/enabled.- Returns:
- an roi or null if none available/active
- Throws:
IllegalArgumentException- if the index is out of boundsException- If the RCPPlotter.getBean throws an exceptionIndexOutOfBoundsException
-