Ticket #1177 (closed enhancement: fixed)
Opened 2012-05-14T14:45:14-05:00
Last modified 2012-06-08T10:33:32-05:00
DrawingTool could be more flexible
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The DrawingTool currently assigns all channels of a Dataset with data from a given ChannelCollection. It might be necessary to allow API users to draw items in a single channel if they desire.
Change History
comment:1 Changed 2012-06-08T10:33:32-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta3
Some time ago I added the ability to set the preferred channel of a DrawingTool. If a preferred channel is set then drawing only happens on that channel. It can also be unset making the DrawingTool once again draw across all channels.