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

Method getWidth

ij/src/main/java/ij/gui/HistogramPlot.java:388–390  ·  view source on GitHub ↗
(double d, ImageProcessor ip)

Source from the content-addressed store, hash-verified

386 }
387
388 int getWidth(double d, ImageProcessor ip) {
389 return ip.getStringWidth(d2s(d));
390 }
391
392 public int[] getHistogram() {
393 int[] hist = new int[histogram.length];

Callers 1

drawTextMethod · 0.95

Calls 2

d2sMethod · 0.95
getStringWidthMethod · 0.45

Tested by

no test coverage detected