public class ResultsTableSorter
extends java.lang.Object
implements ij.plugin.PlugIn
| Constructor and Description |
|---|
ResultsTableSorter()
Instantiates a new results table sorter.
|
ResultsTableSorter(ij.measure.ResultsTable table)
Instantiates a new results table sorter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(java.lang.String arg0)
Run.
|
static void |
sort(ij.measure.ResultsTable table,
boolean ascending,
java.lang.String... columns)
Sort.
|
public ResultsTableSorter()
public ResultsTableSorter(ij.measure.ResultsTable table)
table - the tablepublic void run(java.lang.String arg0)
run in interface ij.plugin.PlugInarg0 - the arg0public static void sort(ij.measure.ResultsTable table,
boolean ascending,
java.lang.String... columns)
table - the tableascending - the ascendingcolumns - the columns