Returns 'true' if this is an ROI primarily used from drawing (e.g., TextRoi or Arrow).
()
| 2364 | /** Returns 'true' if this is an ROI primarily used from drawing |
| 2365 | (e.g., TextRoi or Arrow). */ |
| 2366 | public boolean isDrawingTool() { |
| 2367 | //return cornerDiameter>0; |
| 2368 | return false; |
| 2369 | } |
| 2370 | |
| 2371 | protected double getMagnification() { |
| 2372 | return ic!=null?ic.getMagnification():1.0; |
no outgoing calls
no test coverage detected