(int handle, int sx, int sy)
| 350 | } |
| 351 | |
| 352 | protected void mouseDownInHandle(int handle, int sx, int sy) { |
| 353 | super.mouseDownInHandle(handle, sx, sy); //sets state, activeHandle, previousSX&Y |
| 354 | if (getStrokeWidth()<=3) |
| 355 | ic.setCursor(new Cursor(Cursor.CROSSHAIR_CURSOR)); |
| 356 | } |
| 357 | |
| 358 | /** Sets the x1d, y1d, x2d, y2d line end points, |
| 359 | * the (legacy) integer coordinates of the end points x1, y1, x2, y2 |
nothing calls this directly
no test coverage detected