API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.imageio.event. IIOWriteProgressListener View Source
Author(s)
Since
Version
0.5
Serial
Hierarchy
 EventListener
      IIOWriteProgressListener
Subinterfaces
Description
public interface IIOWriteProgressListener
  An interface used by ImageWriter implementations to notify callers of their image writing methods of progress.
Methods
Hide/Show inherited methods
public void imageComplete (ImageWriter source)
  Reports that the image write operation has completed.
public void imageProgress (ImageWriter source, float percentageDone)
  Reports the approximate degree of completion of the current write call within the associated ImageWriter.
public void imageStarted (ImageWriter source, int imageIndex)
  Reports that an image write operation is beginning.
public void thumbnailComplete (ImageWriter source)
  Reports that a thumbnail write operation has completed.
public void thumbnailProgress (ImageWriter source, float percentageDone)
  Reports the approximate degree of completion of the current thumbnail write within the associated ImageWriter.
public void thumbnailStarted (ImageWriter source, int imageIndex, int thumbnailIndex)
  Reports that a thumbnail write operation is beginning.
public void writeAborted (ImageWriter source)
  Reports that a write has been aborted via the writer's abort method.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar