|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
| 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 ImageJ results table. |
| Constructors in ij.plugin.filter with parameters of type ResultsTable | |
ParticleAnalyzer(int options,
int measurements,
ResultsTable rt,
double minSize,
double maxSize,
double minCirc,
double maxCirc)
Constructs a ParticleAnalyzer. |
|
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). |
|
Analyzer(ImagePlus imp,
int measurements,
ResultsTable rt)
Construct a new Analyzer using an ImagePlus object and private measurement options and results table. |
|
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||