Methods Summary |
---|
public void | imageComplete(javax.imageio.ImageWriter source)Notifies this listener that the image writing has been completed.
|
public void | imageProgress(javax.imageio.ImageWriter source, float percentageDone)Notifies this listener about the degree of completion of the write call.
|
public void | imageStarted(javax.imageio.ImageWriter source, int imageIndex)Notifies this listener that an image write operation has been started.
|
public void | thumbnailComplete(javax.imageio.ImageWriter source)Notifies this listener that a thumbnail write operation has been
completed.
|
public void | thumbnailProgress(javax.imageio.ImageWriter source, float percentageDone)Notifies this listener about the degree of completion of the write call.
|
public void | thumbnailStarted(javax.imageio.ImageWriter source, int imageIndex, int thumbnailIndex)Notifies this listener that a thumbnail write operation has been started.
|
public void | writeAborted(javax.imageio.ImageWriter source)Notifies this listener that writing operation has been aborted.
|