Uses of Class
ij.measure.ResultsTable

Packages that use ResultsTable
ij.measure   
ij.plugin.filter   
ij.text   
 

Uses of ResultsTable in ij.measure
 

Methods in ij.measure that return ResultsTable
static ResultsTable ResultsTable.getResultsTable()
          Returns the ResultsTable used by the Measure command.
static ResultsTable ResultsTable.open(java.lang.String path)
          Opens a tab or comma delimited text file as a ResultsTable.
 

Uses of ResultsTable in ij.plugin.filter
 

Fields in ij.plugin.filter declared as ResultsTable
protected  ResultsTable ParticleAnalyzer.rt
           
 

Methods in ij.plugin.filter that return ResultsTable
static ResultsTable Analyzer.getResultsTable()
          Returns the default results table.
 

Methods in ij.plugin.filter with parameters of type ResultsTable
static void Analyzer.setResultsTable(ResultsTable rt)
           
 

Constructors in ij.plugin.filter with parameters of type ResultsTable
Analyzer(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.text
 

Methods in ij.text with parameters of type ResultsTable
 void TextPanel.setResultsTable(ResultsTable rt)
          Sets the ResultsTable associated with this TextPanel.