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 ProgressWriter
public PrintStream err()
err
in interface ProgressWriter
public void setProgress(double completionRatio)
setProgress
in interface ProgressWriter
Copyright © 2015–2021 Fiji. All rights reserved.