public class ResultsBuilder extends Object
| Constructor and Description | 
|---|
ResultsBuilder()
Basic constructor. 
 | 
ResultsBuilder(ij.measure.ResultsTable rt)
Constructs a ResultsBuilder initializing the default table to the input one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ResultsBuilder | 
addResult(ij.measure.ResultsTable rt)
Add a results table to the already existing table. 
 | 
ij.measure.ResultsTable | 
getResultsTable()
Get the current results table. 
 | 
public ResultsBuilder()
public ResultsBuilder(ij.measure.ResultsTable rt)
rt - initial results tablepublic ResultsBuilder addResult(ij.measure.ResultsTable rt)
rt - table to addpublic ij.measure.ResultsTable getResultsTable()
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.