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