NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

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: imagej2-b4-plugins
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

Also the FloodFiller was moved into ij-data. Relocate both together if desired,

Last edited 2012-04-25T12:13:05-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).

Last edited 2012-08-28T10:42:11-05:00 by bdezonia

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

comment:4 Changed 2012-07-17T14:30:16-05:00 by bdezonia

  • Blocking 1340 added

comment:5 Changed 2012-08-29T11:41:10-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed

After fixing ticket #1036 I think DrawingTool and FloodFiller are fine in ij-data. Closing.