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.ImageTypeSpecifier

Packages that use ImageTypeSpecifier
javax.imageio The main package of the Java Image I/O API. 
 

Uses of ImageTypeSpecifier in javax.imageio
 

Fields in javax.imageio declared as ImageTypeSpecifier
protected  ImageTypeSpecifier IIOParam.destinationType
          An ImageTypeSpecifier to be used to generate a destination image when reading, or to set the output color type when writing.
 

Methods in javax.imageio that return ImageTypeSpecifier
static ImageTypeSpecifier ImageTypeSpecifier.createFromRenderedImage(RenderedImage image)
          Returns an ImageTypeSpecifier that encodes the layout of a RenderedImage (which may be a BufferedImage).
 ImageTypeSpecifier ImageReader.getRawImageType(int imageIndex)
          Returns an ImageTypeSpecifier indicating the SampleModel and ColorModel which most closely represents the "raw" internal format of the image.
 ImageTypeSpecifier IIOParam.getDestinationType()
          Returns the type of image to be returned by the read, if one was set by a call to setDestination(ImageTypeSpecifier), as an ImageTypeSpecifier.
 

Methods in javax.imageio with parameters of type ImageTypeSpecifier
 void ImageReadParam.setDestinationType(ImageTypeSpecifier destinationType)
           
static java.util.Iterator ImageIO.getImageWriters(ImageTypeSpecifier type, java.lang.String formatName)
          Returns an Iterator containing all ImageWriters that claim to be able to encode images of the given layout (specified using an ImageTypeSpecifier) in the given format.
 void IIOParam.setDestinationType(ImageTypeSpecifier destinationType)
          Sets the desired image type for the destination image, using an ImageTypeSpecifier.
 


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.