-
Classes Class Description ij.plugin.filter.Duplicater replaced by Duplicator classij.plugin.filter.Info replaced by ij.plugin.ImageInfoij.plugin.filter.Writer
-
Fields Field Description ij.gui.Plot.BOTTOM_MARGIN Not a fixed value any more, use getDrawingFrame() to get the drawing areaij.gui.Plot.LEFT_MARGIN Not a fixed value any more, use getDrawingFrame() to get the drawing areaij.gui.Plot.RIGHT_MARGIN Not a fixed value any more, use getDrawingFrame() to get the drawing areaij.gui.Plot.TOP_MARGIN Not a fixed value any more, use getDrawingFrame() to get the drawing areaij.measure.CurveFitter.IterFactor now in the Minimizer class (since ImageJ 1.46f). (probably of not much value for anyone anyhow?)
-
Constructors Constructor Description ij.gui.Line(int, int, int, int, ImagePlus) replaced by Line(int, int, int, int)ij.gui.OvalRoi(int, int, int, int, ImagePlus) ij.gui.Plot(String, String, String, float[], float[]) ij.gui.PlotWindow(String, String, String, float[], float[]) replaced by the Plot class.ij.gui.PolygonRoi(int[], int[], int, ImagePlus, int) ij.gui.Roi(int, int, int, int, ImagePlus) ij.gui.TextRoi(int, int, String, Font, Color) ij.process.ShortProcessor(int, int, short[], ColorModel, boolean) 16 bit images are normally unsigned but signed images can be simulated by subtracting 32768 and using a calibration function to restore the original values.