public class ProgressBar extends Object
| Constructor and Description |
|---|
ProgressBar()
initialize progress bar properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setOut(PrintStream out)
called whenever the progress bar needs to be updated.
|
void |
update(int done,
int total) |
public void setOut(PrintStream out)
done - an int representing the work done so fartotal - an int representing the total workpublic void update(int done,
int total)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics