(boolean b)
| 382 | } |
| 383 | |
| 384 | public void drawNames(boolean b) { |
| 385 | drawNames = b; |
| 386 | Roi[] rois = toArray(); |
| 387 | for (int i=0; i<rois.length; i++) |
| 388 | rois[i].setIgnoreClipRect(drawNames); |
| 389 | } |
| 390 | |
| 391 | public boolean getDrawNames() { |
| 392 | return drawNames; |
no test coverage detected