Returns 'true' if this ROI uses for drawing the convention for line and point ROIs, where the coordinates are with respect to the pixel center. Returns false for area rois, which have coordinates with respect to the upper left corners of the pixels
()
| 2498 | * Returns false for area rois, which have coordinates with respect to |
| 2499 | * the upper left corners of the pixels */ |
| 2500 | protected boolean useLineSubpixelConvention() { |
| 2501 | return isLineOrPoint(); |
| 2502 | } |
| 2503 | |
| 2504 | /** Returns whether a roi created interactively should have subpixel resolution, |
| 2505 | * (if the roi type supports it), i.e., whether the magnification is high enough */ |
no test coverage detected