Returns the current cursor location in image coordinates.
()
| 646 | |
| 647 | /** Returns the current cursor location in image coordinates. */ |
| 648 | public Point getCursorLoc() { |
| 649 | return new Point(xMouse, yMouse); |
| 650 | } |
| 651 | |
| 652 | /** Returns 'true' if the cursor is over this image. */ |
| 653 | public boolean cursorOverImage() { |
no outgoing calls
no test coverage detected