Methods Summary |
---|
public void | imageComplete(javax.imageio.ImageReader source)Notifies this listener that the image reading has been completed.
|
public void | imageProgress(javax.imageio.ImageReader source, float percentageDone)Notifies this listener about the degree of completion of the read call.
|
public void | imageStarted(javax.imageio.ImageReader source, int imageIndex)Notifies this listener that an image read operation has been started.
|
public void | readAborted(javax.imageio.ImageReader source)Notifies this listener that a read operation has been aborted.
|
public void | sequenceComplete(javax.imageio.ImageReader source)Notifies this listener that a sequence of read operations has been
completed.
|
public void | sequenceStarted(javax.imageio.ImageReader source, int minIndex)Notifies this listener that a sequence of read operation has been
started.
|
public void | thumbnailComplete(javax.imageio.ImageReader source)Notifies that a thumbnail read operation has been completed.
|
public void | thumbnailProgress(javax.imageio.ImageReader source, float percentageDone)Notifies this listener about the degree of completion of the read call.
|
public void | thumbnailStarted(javax.imageio.ImageReader source, int imageIndex, int thumbnailIndex)Notifies this listener that a thumbnail reading operation has been
started.
|