public class SubTaskProgressWriter extends Object implements ProgressWriter
| Modifier and Type | Field and Description |
|---|---|
protected double |
min |
protected ProgressWriter |
progressWriter |
protected double |
scale |
| Constructor and Description |
|---|
SubTaskProgressWriter(ProgressWriter progressWriter,
double startCompletionRatio,
double endCompletionRatio) |
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
err() |
PrintStream |
out() |
void |
setProgress(double completionRatio) |
protected final ProgressWriter progressWriter
protected final double min
protected final double scale
public SubTaskProgressWriter(ProgressWriter progressWriter, double startCompletionRatio, double endCompletionRatio)
public PrintStream out()
out in interface ProgressWriterpublic PrintStream err()
err in interface ProgressWriterpublic void setProgress(double completionRatio)
setProgress in interface ProgressWriterCopyright © 2015–2021 Fiji. All rights reserved.