Ticket #640 (closed defect: fixed)
Opened 2011-06-24T16:44:31-05:00
Last modified 2011-07-22T14:04:38-05:00
Make DisplayView position functions consistent
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Display API | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
DisplayView does not have a setPlanePosition() to match getPlanePosition(). Update it to do so.
Maybe wait until ticket #465 is addressed.
(BDZ note - I'll at least wait until Display<-->ImagePlus mapping changes are completed before changing the display oriented classes.)
Change History
comment:1 Changed 2011-07-22T13:33:14-05:00 by bdezonia
- Component changed from bio-formats to ij-display
comment:2 Changed 2011-07-22T14:04:38-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
This ticket is no longer valid. With the refactoring of getPlanePosition() to return a Position the api user can change position as needed.