MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / setString

Method setString

ij/src/main/java/ij/macro/Variable.java:83–87  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

81 }
82
83 void setString(String str) {
84 this.str = str;
85 value = 0.0;
86 array = null;
87 }
88
89 Variable[] getArray() {
90 return array;

Callers 15

parseArgumentListMethod · 0.95
doStringAssignmentMethod · 0.95
newArrayMethod · 0.95
getVoxelSizeMethod · 0.95
getPixelSizeMethod · 0.95
getStackUnitsMethod · 0.95
getActiveChannelsMethod · 0.95
getDisplayModeMethod · 0.95
getEquationMethod · 0.95
concatArrayMethod · 0.95
convertOutputTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected