(ImageProcessor ip)
| 172 | } |
| 173 | |
| 174 | void drawLabel(ImageProcessor ip) { |
| 175 | int count = Analyzer.getCounter(); |
| 176 | if (count>0 && roi!=null) |
| 177 | drawLabel(imp, ip, count, roi.getBounds()); |
| 178 | } |
| 179 | |
| 180 | public void drawLabel(ImagePlus imp, ImageProcessor ip, int count, Rectangle r) { |
| 181 | Color foreground = Toolbar.getForegroundColor(); |
no test coverage detected