Class and Description |
---|
ij.plugin.filter.Duplicater
replaced by Duplicator class
|
ij.plugin.filter.Info
replaced by ij.plugin.ImageInfo
|
ij.plugin.filter.Writer |
Field and Description |
---|
ij.gui.Plot.BOTTOM_MARGIN
Not a fixed value any more, use getDrawingFrame() to get the drawing area
|
ij.gui.PlotWindow.BOX |
ij.gui.PlotWindow.CIRCLE |
ij.gui.PlotWindow.CROSS |
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.PlotWindow.LINE |
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.gui.PlotWindow.TRIANGLE |
ij.gui.PlotWindow.X |
Method and Description |
---|
ij.gui.PlotWindow.addErrorBars(float[])
use the corresponding method of the Plot class
|
ij.gui.PlotWindow.addLabel(double, double, String)
use the corresponding method of the Plot class
|
ij.measure.ResultsTable.addLabel(String, String)
Replaced by setValue(String,int,String)
|
ij.gui.PlotWindow.addPoints(double[], double[], int)
use the corresponding method of the Plot class
|
ij.gui.PlotWindow.addPoints(float[], float[], int)
use the corresponding method of the Plot class
|
ij.ImageStack.addUnsignedShortSlice(String, Object)
Short images are always unsigned.
|
ij.plugin.filter.GaussianBlur.blur(ImageProcessor, double) |
ij.plugin.ImageCalculator.calculate(String, ImagePlus, ImagePlus)
replaced by run(String,ImagePlus,ImagePlus)
|
ij.gui.PlotWindow.changeFont(Font)
use the corresponding method of the Plot class
|
ij.plugin.filter.Filler.clearOutside(ImageProcessor)
replaced by ImageProcessor.fillOutside(Roi)
|
ij.gui.Roi.convertToPolygon() |
ij.gui.NewImage.createUnsignedShortImage(String, int, int, int, int)
Short images are always unsigned.
|
ij.plugin.filter.Filler.draw(ImageProcessor)
replaced by ImageProcessor.draw(Roi)
|
ij.gui.Plot.drawArrow(int, int, int, int, double)
Use as a public method is not supported any more because it is incompatible with rescaling
|
ij.process.ImageProcessor.drawDot2(int, int) |
ij.gui.Roi.drawPixels()
replaced by drawPixels(ImageProcessor)
|
ij.plugin.filter.Filler.fill(ImageProcessor)
replaced by ImageProcessor.fill(Roi)
|
ij.gui.Roi.getBoundingRect()
replaced by getBounds()
|
ij.gui.Toolbar.getColor()
replaced by getForegroundColor()
|
ij.gui.PointRoi.getDefaultMarkerSize() |
ij.gui.ImageCanvas.getDisplayList()
replaced by ImagePlus.getOverlay()
|
ij.gui.Roi.getDrawOffset()
Drawoffset is not used any more.
|
ij.gui.TextRoi.getFont()
Replaced by getDefaultFontName
|
ij.plugin.frame.RoiManager.getList() |
ij.ImagePlus.getProp(String) |
ij.plugin.frame.RoiManager.getROIs() |
ij.gui.TextRoi.getSize()
Replaced by getDefaultFontSize
|
ij.gui.TextRoi.getStyle()
Replaced by getDefaultFontStyle
|
ij.measure.ResultsTable.getValue(int, int)
replaced by getValueAsDouble
|
ij.process.ImageProcessor.hideProgress() |
ij.process.ImageProcessor.isKillable() |
ij.plugin.filter.RankFilters.makeKernel(double)
Not needed any more, use the rank(ip, ...) method, which creates the kernel
|
ij.gui.Toolbar.setColor(Color)
replaced by setForegroundColor()
|
ij.gui.PlotWindow.setColor(Color)
use the corresponding method of the Plot class
|
ij.gui.TextRoi.setCurrentFont(Font)
Replaced by setFont(font)
|
ij.gui.PointRoi.setDefaultMarkerSize(String) |
ij.gui.ImageCanvas.setDisplayList(Roi, Color)
replaced by ImagePlus.setOverlay(Roi, Color, int, Color)
|
ij.gui.ImageCanvas.setDisplayList(Shape, Color, BasicStroke)
replaced by ImagePlus.setOverlay(Shape, Color, BasicStroke)
|
ij.gui.ImageCanvas.setDisplayList(Vector)
replaced by ImagePlus.setOverlay(ij.gui.Overlay)
|
ij.gui.Roi.setDrawOffset(boolean)
This method was previously used to draw lines and polylines shifted
by 0.5 pixels top the bottom and right, for better agreement with the
position used by ProfilePlot, with the default taken from
Prefs.subPixelResolution. Now the shift is independent of this
setting and only depends on the ROI type (area or line/point ROI).
|
ij.measure.ResultsTable.setHeading(int, String)
Replaced by addValue(String,double) and setValue(String,int,double)
|
ij.gui.PointRoi.setHideLabels(boolean) |
ij.gui.Roi.setInstanceColor(Color)
replaced by setStrokeColor()
|
ij.gui.PlotWindow.setLimits(double, double, double, double)
use the corresponding method of the Plot class
|
ij.gui.Roi.setLineWidth(int)
replaced by setStrokeWidth(int)
|
ij.gui.PlotWindow.setLineWidth(int)
use the corresponding method of the Plot class
|
ij.process.ImageProcessor.translate(int, int, boolean)
replaced by translate(x,y)
|
ij.IJ.write(String)
replaced by IJ.log(), ResultsTable.setResult() and TextWindow.append().
There are examples at
http://imagej.nih.gov/ij/plugins/sine-cosine.html
|