8 posts
|
Sorry if this is a basic question:
How do I access the current Roi? For example, if I do:
Toolbar.getInstance().setTool("line");
then wait for user to draw a line, I want to access the ij.gui.Line
within the mouseReleased() event.
Thanks,
Paul
|