- All Implemented Interfaces:
- ij.plugin.PlugIn
public class Stack_Sorter
extends Object
implements ij.plugin.PlugIn
Bob Dougherty. Plugin to reorder slides in a stack
Some code borrowed from Wayne Rasband's ROI Manager, Filler, and StackEditor.
Version 0 3/14/2004
Version 1 3/15/2004 Added Insert command.
Version 2 3/16/2004 Updated (by Wayne) for new type of masks in ImageJ 1.32c
Version 3 3/17/2004 Added Duplicate commands
Version 4 3/20/2004 Improved Insert type conversion
Version 5 3/22/2004 Added image scaling for insert. Added message on insert
when multiple windows have the same name. Simplified button labels.
Added Delete n.
Version 6 4/2/2004 Added Insert File.
Version 7 4/2/2004 Added Paste (system) and Insert URL.
Version 8 4/5/2005 Fixed bug in duplicate and revised delete and delete n.
Version 9 11/18/2005 Added Sort and Reverse commands
Version 10 11/18/2005 Added Sort by mean, Label Slices