Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Class
javax.imageio.ImageWriter

Packages that use ImageWriter
javax.imageio The main package of the Java Image I/O API. 
javax.imageio.event A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images. 
 

Uses of ImageWriter in javax.imageio
 

Methods in javax.imageio that return ImageWriter
static ImageWriter ImageIO.getImageWriter(ImageReader reader)
          Returns an ImageWritercorresponding to the given ImageReader, if there is one, or null.
 

Methods in javax.imageio with parameters of type ImageWriter
static ImageReader ImageIO.getImageReader(ImageWriter writer)
          Returns an ImageReadercorresponding to the given ImageWriter, if there is one, or null.
 

Uses of ImageWriter in javax.imageio.event
 

Methods in javax.imageio.event with parameters of type ImageWriter
 void IIOWriteProgressListener.imageStarted(ImageWriter source, int imageIndex)
          Reports that an image write operation is beginning.
 void IIOWriteProgressListener.imageProgress(ImageWriter source, float percentageDone)
          Reports the approximate degree of completion of the current write call within the associated ImageWriter.
 void IIOWriteProgressListener.imageComplete(ImageWriter source)
          Reports that the image write operation has completed.
 void IIOWriteProgressListener.writeAborted(ImageWriter source)
          Reports that a write has been aborted via the writer's abort method.
 void IIOWriteWarningListener.warningOccurred(ImageWriter source, int imageIndex, java.lang.String warning)
          Reports the occurence of a non-fatal error in encoding.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.