Uses of Class
ij.macro.Variable
-
Packages that use Variable Package Description ij.macro ij.measure -
-
Uses of Variable in ij.macro
Methods in ij.macro that return Variable Modifier and Type Method Description Variable[]Program. getGlobals()Methods in ij.macro with parameters of type Variable Modifier and Type Method Description static voidExtensionDescriptor. convertOutputType(Variable variable, Object object)static ObjectExtensionDescriptor. convertVariable(Interpreter interp, int rawType, Variable var)Constructors in ij.macro with parameters of type Variable Constructor Description Variable(Variable[] array) -
Uses of Variable in ij.measure
Methods in ij.measure that return Variable Modifier and Type Method Description Variable[]ResultsTable. getColumnAsVariables(String column)Implements the Table.getColumn() macro function.Methods in ij.measure with parameters of type Variable Modifier and Type Method Description voidResultsTable. setColumn(String column, Variable[] array)Implements the Table.setColumn() macro function.
-