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 217 (Maintenance Release)

Uses of Class
java.awt.image.BufferedImage

Packages that use BufferedImage
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.image Provides classes for creating and modifying images. 
 

Uses of BufferedImage in java.awt
 

Methods in java.awt that return BufferedImage
abstract  BufferedImage GraphicsConfiguration.createCompatibleImage(int width, int height)
          Returns a BufferedImage with a data layout and color model compatible with this GraphicsConfiguration.
 

Methods in java.awt with parameters of type BufferedImage
abstract  Graphics2D GraphicsEnvironment.createGraphics(BufferedImage img)
          Returns a Graphics2D object for rendering into the specified BufferedImage.
 

Uses of BufferedImage in java.awt.image
 

Methods in java.awt.image that return BufferedImage
abstract  BufferedImage VolatileImage.getSnapshot()
          Returns a static snapshot image of this object.
 BufferedImage BufferedImage.getSubimage(int x, int y, int w, int h)
          Returns a subimage defined by a specified rectangular region.
 


JSR 217 (Maintenance Release)

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 217 specification.