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

Method showProgress

ij/src/main/java/ij/ImagePlus.java:343–346  ·  view source on GitHub ↗
(double percent)

Source from the content-addressed store, hash-verified

341
342 long waitStart;
343 private void showProgress(double percent) {
344 if ((System.currentTimeMillis()-waitStart)>500L)
345 IJ.showProgress(percent);
346 }
347
348 /** Draws the image. If there is an ROI, its
349 outline is also displayed. Does nothing if there

Callers 1

waitForImageMethod · 0.95

Calls 1

showProgressMethod · 0.95

Tested by

no test coverage detected