Uses of Class javax.imageio.ImageWriter

Uses in package javax.imageio.event

Methods with parameter type javax.imageio.ImageWriter

void
Reports that an image write operation has completed.
void
IIOWriteProgressListener.imageProgress(ImageWriter source, float percentageDone)
Reports the approximate percentage of completion of an image write operation.
void
Reports that a thumbnail write operation has started.
void
Reports that a thumbnail write operation has completed.
void
Reports the approximate percentage of completion of a thumbnail write operation.
void
IIOWriteProgressListener.thumbnailStarted(ImageWriter source, int imageIndex, int thumnailIndex)
Reports that a thumbnail write operation is beginning.
void
IIOWriteWarningListener.warningOccurred(ImageWriter source, int imageIndex, String warning)
Reports the occurrence of a non-fatal error in encoding.
void
Reports that an image write operation is aborted.

Uses in package javax.imageio

Methods with parameter type javax.imageio.ImageWriter

ImageReader
Retrieve an image reader corresponding to an image writer, or null if writer is not registered or if no corresponding reader is registered.
Iterator
Retrieve an iterator over a collection of image transcoders that support transcoding from the given image reader's metadata format to the given writer's metadata format.

Methods with return type javax.imageio.ImageWriter

ImageWriter
Retrieve an image writer corresponding to an image reader, or null if reader is not registered or if no corresponding writer is registered.

Uses in package javax.imageio.spi

Methods with parameter type javax.imageio.ImageWriter

boolean

Methods with return type javax.imageio.ImageWriter

ImageWriter
ImageWriter