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

Method setShowProgress

ij/src/main/java/ij/process/FHT.java:634–636  ·  view source on GitHub ↗

Enables/disables display of the progress bar during transforms.

(boolean showProgress)

Source from the content-addressed store, hash-verified

632
633 /** Enables/disables display of the progress bar during transforms. */
634 public void setShowProgress(boolean showProgress) {
635 this.showProgress = showProgress;
636 }
637
638 /** Returns a clone of this FHT. */
639 public FHT getCopy() {

Callers 2

filterMethod · 0.95
transformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected