Uses of Class
ij.measure.ResultsTable
Packages that use ResultsTable
-
Uses of ResultsTable in ij.gui
Methods in ij.gui that return ResultsTableModifier and TypeMethodDescriptionHistogramWindow.getResultsTable()
Returns the histogram values as a ResultsTable.Plot.getResultsTable()
Creates a ResultsTable with the plot data.Plot.getResultsTable
(boolean writeFirstXColumn) Creates a ResultsTable with the data of the plot.PlotWindow.getResultsTable()
Returns the plot values as a ResultsTable. -
Uses of ResultsTable in ij.measure
Methods in ij.measure that return ResultsTableModifier and TypeMethodDescriptionstatic ResultsTable
ResultsTable.createTableFromImage
(ImageProcessor ip) Creates a ResultsTable from an image or image selection.static ResultsTable
ResultsTable.getResultsTable()
Returns the ResultsTable used by the Measure command.static ResultsTable
Opens a tab or comma delimited text file and returns it as a ResultsTable.static ResultsTable
Opens a tab or comma delimited text file and returns it as a ResultsTable, without requiring a try/catch statement. -
Uses of ResultsTable in ij.plugin.filter
Fields in ij.plugin.filter declared as ResultsTableMethods in ij.plugin.filter that return ResultsTableModifier and TypeMethodDescriptionstatic ResultsTable
Analyzer.getResultsTable()
Returns the default results table.Methods in ij.plugin.filter with parameters of type ResultsTableModifier and TypeMethodDescriptionstatic void
Analyzer.setResultsTable
(ResultsTable rt) static void
ParticleAnalyzer.setResultsTable
(ResultsTable rt) Sets the ResultsTable to be used by the next ParticleAnalyzer instance.Constructors in ij.plugin.filter with parameters of type ResultsTableModifierConstructorDescriptionAnalyzer
(ImagePlus imp, int measurements, ResultsTable rt) Construct a new Analyzer using an ImagePlus object and private measurement options and results table.ParticleAnalyzer
(int options, int measurements, ResultsTable rt, double minSize, double maxSize) Constructs a ParticleAnalyzer using the default min and max circularity values (0 and 1).ParticleAnalyzer
(int options, int measurements, ResultsTable rt, double minSize, double maxSize, double minCirc, double maxCirc) Constructs a ParticleAnalyzer. -
Uses of ResultsTable in ij.plugin.frame
Methods in ij.plugin.frame that return ResultsTableModifier and TypeMethodDescriptionRoiManager.multiMeasure
(ImagePlus imp) This method measures the selected ROIs, or all ROIs if none are selected, on all the slices of a stack and returns a ResultsTable arranged with one row per slice. -
Uses of ResultsTable in ij.text
Methods in ij.text that return ResultsTableModifier and TypeMethodDescriptionTextPanel.getOrCreateResultsTable()
Returns the ResultsTable associated with this TextPanel, or attempts to create one and returns the created table.TextPanel.getResultsTable()
Returns the ResultsTable associated with this TextPanel, or null.Methods in ij.text with parameters of type ResultsTableModifier and TypeMethodDescriptionvoid
TextPanel.setResultsTable
(ResultsTable rt) Sets the ResultsTable associated with this TextPanel.