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

Method d2s

ij/src/main/java/ij/gui/HistogramPlot.java:381–386  ·  view source on GitHub ↗
(double d)

Source from the content-addressed store, hash-verified

379 }
380
381 private String d2s(double d) {
382 if ((int)d==d)
383 return IJ.d2s(d, 0);
384 else
385 return IJ.d2s(d, 3, 8);
386 }
387
388 int getWidth(double d, ImageProcessor ip) {
389 return ip.getStringWidth(d2s(d));

Callers 2

drawTextMethod · 0.95
getWidthMethod · 0.95

Calls 1

d2sMethod · 0.95

Tested by

no test coverage detected