| Package | Description |
|---|---|
| ij.macro | |
| ij.measure |
| Modifier and Type | Method | Description |
|---|---|---|
Variable[] |
Program.getGlobals() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ExtensionDescriptor.convertOutputType(Variable variable,
Object object) |
|
static Object |
ExtensionDescriptor.convertVariable(Interpreter interp,
int rawType,
Variable var) |
| Constructor | Description |
|---|---|
Variable(Variable[] array) |
| Modifier and Type | Method | Description |
|---|---|---|
Variable[] |
ResultsTable.getColumnAsVariables(String column) |
Implements the Table.getColumn() macro function.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ResultsTable.setColumn(String column,
Variable[] array) |
Implements the Table.setColumn() macro function.
|