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 #1260 (closed defect: fixed)

Opened 2012-06-26T16:07:21-05:00

Last modified 2012-06-27T14:52:10-05:00

New Overlay management needed

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b3-headless
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

With #1258 the Image >> Overlay >> From ROI Manager command has been blacklisted. We need to allow some way for a subset of the Overlays in the Overlay Manager to be displayed in a view. Thus the view would reference the existing overlays. One might later release a reference to an overlay or else even delete an overlay completely from all windows. We already can duplicate() and move() overlays if needed.

Change History

comment:1 Changed 2012-06-27T14:49:53-05:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta3

comment:2 Changed 2012-06-27T14:52:10-05:00 by bdezonia

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

With commit a89a2e32ce922ccb11eb6ed667dee8d24acf9a36 a plugin is defined that does From Overlay Manager. It makes references from the current display to any overlay that is currently selected in the Overlay Manager. This replaces IJ1's From ROI Manager code. To ROI Manager is no longer needed.