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

Opened 2011-06-24T14:19:11-05:00

Last modified 2011-07-22T16:51:20-05:00

Eliminate static class variables from AxisUtils

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Jul-18 to Jul-29
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Some of the axis plugins refer to the currently active axis (such as axis pos forward, axis pos back, and set axis pos). The currently active axis should probably live somewhere that is not static. Perhaps DisplayManager could keep track of active axis and AxisUtils can just call into it. Discuss before deciding.

Change History

comment:1 Changed 2011-07-22T14:50:46-05:00 by bdezonia

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

Placed active axis code in the Display hierarchy. Fixed in c3a3c16de63bed6b78dc8e5beac7a5b1d09ab871.

comment:2 Changed 2011-07-22T16:51:20-05:00 by bdezonia

  • Milestone changed from imagej-2.0-beta1 to biweekly-2011: Jul-18 to Jul-29