public abstract class ImageCollectionProcessor<T extends Image<?,T>> extends Object
ImageCollectionProcessor()
void
end()
abstract String
process(ImageCollectionEntry<T> image)
start()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImageCollectionProcessor()
public void start() throws Exception
Exception
public abstract String process(ImageCollectionEntry<T> image) throws Exception
public void end() throws Exception