Re: selectionType()
Posted by Roberto Sotto-Maior Fortes de Oliveira on
URL: http://imagej.273.s1.nabble.com/selectionType-tp3690388p3690389.html
Thank you Gabriel for your reply.
The example code given is only to help me addressing the question.
I would like to readdress it.
In the macro code scope, I would like to know which tool method(point or
multipoint) the user selected during the waitForUser() command. It could
be done if:
1)The selectingType() returns different values for point or multipoint.
2)Better done if the toolID returns different values for both tools ( but
the returned value is 7 for both).
3)However it is possible to Set the appropriate tool with the setTool
(point) or setTool(multipoint) commands.
4)But it is not possible to use the setTool(id) to selectively choose them
as their ID is the same.
The suggestion/question here is that it could be usefull (and it is my
needing) if one could distinguish between point and multipoint tools
within the macro programming scope.
Sincerely,
Roberto Sotto-Maior