public interface Progress
Modifier and Type | Method and Description |
---|---|
void |
addItem(Object item) |
void |
done() |
void |
itemDone(Object item) |
void |
setCount(int count,
int total) |
void |
setItemCount(int count,
int total) |
void |
setTitle(String title) |
Copyright © 2014–2022 ImageJ. All rights reserved.