Uses of Class java.awt.image.BufferedImage

Uses in package java.awt

Constructors with parameter type java.awt.image.BufferedImage

Methods with parameter type java.awt.image.BufferedImage

Graphics2D
Return a Graphics2D object which will render into the specified image.
void
Graphics2D.drawImage(BufferedImage image, BufferedImageOp op, int x, int y)

Methods with return type java.awt.image.BufferedImage

BufferedImage
Returns a buffered image optimized to this device, so that blitting can be supported in the buffered image.
BufferedImage
GraphicsConfiguration.createCompatibleImage(int w, int h, int transparency)
Returns a buffered image optimized to this device, and with the specified transparency, so that blitting can be supported in the buffered image.
BufferedImage
Create an image containing pixels read from the screen.
BufferedImage

Uses in package javax.imageio

Fields of type java.awt.image.BufferedImage

BufferedImage

Methods with parameter type java.awt.image.BufferedImage

void
ImageReader.processImageUpdate(BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
void
void
ImageReader.processPassStarted(BufferedImage image, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
void
void
ImageReader.processThumbnailPassStarted(BufferedImage thumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
void
ImageReader.processThumbnailUpdate(BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
void

Methods with return type java.awt.image.BufferedImage

BufferedImage
BufferedImage
BufferedImage
ImageReader.read(int imageIndex, ImageReadParam param)
BufferedImage
ImageIO.read(File input)
BufferedImage
BufferedImage
ImageIO.read(URL input)
BufferedImage
BufferedImage
ImageReader.readThumbnail(int imageIndex, int thumbnailIndex)

Uses in package java.awt.image

Methods with parameter type java.awt.image.BufferedImage

BufferedImage
Creates empty BufferedImage with the size equal to that of the transformed image and correct number of bands.
BufferedImage
BufferedImage
BufferedImage
BufferedImage
BufferedImage
BufferedImage
Transforms source image using transform specified at the constructor.
BufferedImage
BufferedImage
BufferedImage
BufferedImage
BufferedImage
Rectangle2D
Transforms source image using transform specified at the constructor and returns bounds of the transformed image.
Rectangle2D
Rectangle2D
Rectangle2D
Rectangle2D
Rectangle2D

Methods with return type java.awt.image.BufferedImage

BufferedImage
IndexColorModel.convertToIntDiscrete(Raster raster, boolean forceARGB)
Construct a BufferedImage with rgb pixel values from a Raster.
BufferedImage
Creates empty BufferedImage with the size equal to that of the transformed image and correct number of bands.
BufferedImage
BufferedImage
BufferedImage
BufferedImage
BufferedImage
BufferedImage
Transforms source image using transform specified at the constructor.
BufferedImage
BufferedImage
BufferedImage
BufferedImage
BufferedImage
BufferedImage
Returns an image representing the current state of the volatile image buffer.
BufferedImage
BufferedImage.getSubimage(int x, int y, int w, int h)

Uses in package javax.imageio.event

Methods with parameter type java.awt.image.BufferedImage

void
IIOReadUpdateListener.imageUpdate(ImageReader source, BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
Reports that a given region of the image has been updated.
void
Reports that the current read operation has completed a progressive pass.
void
IIOReadUpdateListener.passStarted(ImageReader source, BufferedImage image, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
Reports that the current read operation is about to begin a progressive pass.
void
Reports that the current thumbnail read operation has completed a progressive pass.
void
IIOReadUpdateListener.thumbnailPassStarted(ImageReader source, BufferedImage image, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
Reports that the current thumbnail read operation is about to begin a progressive pass.
void
IIOReadUpdateListener.thumbnailUpdate(ImageReader source, BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
Reports that a given region of a thumbnail image has been updated.