| Class | Description |
|---|---|
| ij.plugin.filter.Duplicater |
replaced by Duplicator class
|
| ij.plugin.filter.Info |
replaced by ij.plugin.ImageInfo
|
| ij.plugin.filter.Writer |
| Field | Description |
|---|---|
| ij.gui.Plot.BOTTOM_MARGIN |
Not a fixed value any more, use getDrawingFrame() to get the drawing area
|
| ij.gui.Plot.LEFT_MARGIN |
Not a fixed value any more, use getDrawingFrame() to get the drawing area
|
| ij.gui.Plot.RIGHT_MARGIN |
Not a fixed value any more, use getDrawingFrame() to get the drawing area
|
| ij.gui.Plot.TOP_MARGIN |
Not a fixed value any more, use getDrawingFrame() to get the drawing area
|
| ij.measure.CurveFitter.IterFactor |
now in the Minimizer class (since ImageJ 1.46f).
(probably of not much value for anyone anyhow?)
|
| 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.
|