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

Method getStringWidth

ij/src/main/java/ij/macro/Functions.java:5870–5875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5868 }
5869
5870 double getStringWidth() {
5871 resetImage();
5872 ImageProcessor ip = getProcessor();
5873 setFont(ip);
5874 return ip.getStringWidth(getStringArg());
5875 }
5876
5877 String doList() {
5878 interp.getToken();

Callers 1

getFunctionValueMethod · 0.95

Calls 5

resetImageMethod · 0.95
getProcessorMethod · 0.95
setFontMethod · 0.95
getStringWidthMethod · 0.95
getStringArgMethod · 0.95

Tested by

no test coverage detected