public class ProgressWriterIJ extends Object implements ProgressWriter
Modifier and Type | Field and Description |
---|---|
protected PrintStream |
err |
protected PrintStream |
out |
Constructor and Description |
---|
ProgressWriterIJ() |
Modifier and Type | Method and Description |
---|---|
PrintStream |
err() |
PrintStream |
out() |
void |
setProgress(double completionRatio) |
protected final PrintStream out
protected final PrintStream err
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.