Modifier and Type | Field and Description |
---|---|
protected int |
dotCounter |
protected static String |
end |
protected Object |
item |
protected String |
label |
protected long |
lastShown |
protected int |
lineWidth |
protected long |
minShowDelay |
protected static boolean |
redirected |
Constructor and Description |
---|
StderrProgress() |
StderrProgress(int lineWidth) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(Object item) |
void |
done() |
void |
itemDone(Object item) |
protected void |
print(String label,
String rest) |
void |
setCount(int count,
int total) |
void |
setItemCount(int count,
int total) |
void |
setTitle(String title) |
protected boolean |
skipShow() |
protected static final boolean redirected
protected static final String end
protected String label
protected Object item
protected long lastShown
protected long minShowDelay
protected int lineWidth
protected int dotCounter
public StderrProgress()
public StderrProgress(int lineWidth)
protected boolean skipShow()
public void setItemCount(int count, int total)
setItemCount
in interface Progress
Copyright © 2014–2022 ImageJ. All rights reserved.