Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawText
Method · 0.95
Calls
2
d2s
Method · 0.95
getStringWidth
Method · 0.45
Tested by
no test coverage detected