public class ProgressBar
extends java.lang.Object
| Constructor and Description |
|---|
ProgressBar()
initialize progress bar properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setOut(java.io.PrintStream out)
called whenever the progress bar needs to be updated.
|
void |
update(int done,
int total) |
public void setOut(java.io.PrintStream out)
done - an int representing the work done so fartotal - an int representing the total workpublic void update(int done,
int total)
JHepSim. A part of HSTOOLS. version-1.2