Ticket #879 (closed enhancement: fixed)
Opened 2011-11-21T11:37:47-06:00
Last modified 2011-11-21T14:28:04-06:00
Allow fractional scale reporting to be supported
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Display API | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
In d44f6d06673067b0aebf578b7b1c98e4afe77d42 support code was added to AbstractImageDisplay and OptionsAppearence to allow the scale readout to be displayed as fractional (431 to 1, 1 to 8, etc.) rather than as a percent. This is most helpful when zooming way out on a large image.
Anyhow this code was not immediately enabled. I think it was because AbstractImageDisplay would need to know about ij-options and that may be an issue (cuz its in ij-data and we don't want that dependency I think). Anyhow the code needs to integrated into a solution later. Curtis had some ideas of how to restructure things to support this feature.
Change History
comment:1 Changed 2011-11-21T11:45:23-06:00 by bdezonia
comment:2 Changed 2011-11-21T14:08:10-06:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Implemented in 868246c84a79845e2a0259953dadca86dba1da0b
comment:3 Changed 2011-11-21T14:28:04-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta2 to imagej-2.0-beta1
I think Curtis' thought was to move makeLabel() out of AbstractImageDisplay and those implementers could have a dependency on ij-options.