Enables/disables display of the progress bar during transforms.
(boolean showProgress)
| 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() { |