public class PrintProgressReport extends java.lang.Object implements ProgressReport
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
fmax |
(package private) double |
fmin |
| Constructor and Description |
|---|
PrintProgressReport() |
| Modifier and Type | Method and Description |
|---|---|
double |
getFraction() |
java.lang.String |
getText() |
void |
setFinished() |
void |
setFocus(double min,
double max) |
void |
setFraction(double f) |
void |
setIndeterminate(boolean b) |
void |
setStarted() |
void |
setText(java.lang.String txt) |
void |
update() |
public void setStarted()
setStarted in interface ProgressReportpublic void setFocus(double min,
double max)
setFocus in interface ProgressReportpublic void setFraction(double f)
setFraction in interface ProgressReportpublic void setIndeterminate(boolean b)
setIndeterminate in interface ProgressReportpublic void setText(java.lang.String txt)
setText in interface ProgressReportpublic double getFraction()
getFraction in interface ProgressReportpublic java.lang.String getText()
getText in interface ProgressReportpublic void update()
update in interface ProgressReportpublic void setFinished()
setFinished in interface ProgressReportCopyright © 2013. All Rights Reserved.