public class ProgressBarPrinter extends ProgressPrinter
printer, total| Constructor and Description |
|---|
ProgressBarPrinter(int total) |
ProgressBarPrinter(int total,
Printer printer) |
ProgressBarPrinter(int total,
java.io.PrintStream printStream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processStep(int currentStep) |
void |
setBarCharacter(java.lang.String barCharacter) |
void |
setBarSize(int barSize) |
void |
setEmptyCharacter(java.lang.String emptyCharacter) |
println, step, steppublic ProgressBarPrinter(int total)
public ProgressBarPrinter(int total,
java.io.PrintStream printStream)
public ProgressBarPrinter(int total,
Printer printer)
protected void processStep(int currentStep)
processStep in class ProgressPrinterpublic void setBarCharacter(java.lang.String barCharacter)
public void setBarSize(int barSize)
public void setEmptyCharacter(java.lang.String emptyCharacter)
Copyright © 2016. All Rights Reserved.