(int width)
| 442 | } |
| 443 | |
| 444 | private void setLineWidth(int width) { |
| 445 | if (WindowManager.getCurrentImage()!=null) { |
| 446 | if (overlayPath!=null && width!=globalLineWidth) |
| 447 | addDrawingToOverlay(getImage()); |
| 448 | getProcessor().setLineWidth(width); |
| 449 | } |
| 450 | globalLineWidth = width; |
| 451 | } |
| 452 | |
| 453 | private double doMath() { |
| 454 | interp.getToken(); |
no test coverage detected