Ticket #718 (closed task: fixed)
Opened 2011-08-10T12:51:54-05:00
Last modified 2012-02-13T16:42:10-06:00
ImageJ 1.45m added Image>Overlay>Overlay Options command
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Legacy Compatibility | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
ImageJ 1.45m has an Overlay Options command. See if we need to write a new IJ2 Options dialog for it plus supporting IJ2/IJ1 settings synchronization code.
Change History
comment:1 Changed 2011-11-14T09:26:28-06:00 by bdezonia
comment:2 Changed 2011-11-14T09:26:40-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:3 Changed 2012-02-13T15:39:23-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
This ticket handled some time ago.
comment:4 Changed 2012-02-13T16:42:10-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
Initial OptionsPlugin was created and OptionsSynchronizer code was in place. Found that IJ1's version is more than just settings but contains some code for setting values to a given roi's values. This capability has to make it into IJ2 and the OptionsOverlay plugin before it can be totally functional. Code commented out for now (in OptionsOverlay & OptionsSynchronizer). Pushing this replacement code until post beta1.
Note that the code that synchronizes fill value from IJ2 to IJ1 was insufficient. Roi's fill color field is protected and someone would change it to null out from under IJ2. Which would get synched back. Thus fill color could not be reliably set.