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

Opened 2012-06-13T14:35:58-05:00

Last modified 2012-06-13T14:54:18-05:00

Refactor overlay drawing code

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

Description

The overlay draw/fill code internal to DefaultOverlayService is inelegant. It can be improved by passing around objects that encapsulate a drawing algorithm.

Change History

comment:1 Changed 2012-06-13T14:36:42-05:00 by bdezonia

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

Fixed with commit 5ee8cd8d3f8ffea1980b0e4b730587d88dc696db

comment:2 Changed 2012-06-13T14:54:18-05:00 by bdezonia

  • Blocking 1143 added