Class and Description |
---|
ij.plugin.filter.Duplicater
replaced by Duplicator class
|
ij.plugin.filter.Info
replaced by ij.plugin.ImageInfo
|
Field and Description |
---|
ij.gui.Plot.BOTTOM_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?)
|
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
|
Constructor and 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.PlotWindow(String, String, String, double[], double[])
replaced by the Plot class.
|
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.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.
|
ij.gui.TextRoi(int, int, String, Font, Color) |