Ticket #1034 (closed defect: fixed)
Opened 2012-02-28T13:25:46-06:00
Last modified 2012-08-29T11:41:10-05:00
Relocate DrawingTool
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Data Model | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1340 |
Description
DrawingTool was moved from ij-tool so that it could also be used by ij-plugins-app (about dialog). The code needs to be located somewhere that has an imglib dependency. I've put it in ij-data for now but this should probably change. Will do something after beta 1 released.
Change History
comment:1 Changed 2012-04-25T12:12:24-05:00 by bdezonia
comment:2 Changed 2012-05-04T14:43:29-05:00 by bdezonia
If this doesn't change we need to pull the awt/swing specific text rendering code out of DrawingTool, place in an appropriate package, and remove awt dependencies from ij-data. There is already a ticket for this (#1036).
comment:3 Changed 2012-05-14T11:09:22-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
Also the FloodFiller was moved into ij-data. Relocate both together if desired,