Uses of Class java.awt.image.BufferedImage

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.

Uses in package java.awt

Constructors with parameter type java.awt.image.BufferedImage

Constructor.

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
Gets the texture image.

Uses in package javax.imageio

Fields of type java.awt.image.BufferedImage

BufferedImage

Methods with parameter type java.awt.image.BufferedImage

void
ImageReader.computeRegions(ImageReadParam param, int srcWidth, int srcHeight, BufferedImage image, Rectangle srcRegion, Rectangle destRegion)
Calcluate the source and destination regions that will be read from and written to, given image parameters and/or a destination buffered image.
void
ImageReader.processImageUpdate(BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
Notifies all installed read update listeners, by calling their imageUpdate methods, that the set of samples has changed.
void
Notifies all installed update progress listeners, by calling their passComplete methods, that a progressive pass has completed.
void
ImageReader.processPassStarted(BufferedImage image, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
Notifies all installed read update listeners, by calling their passStarted methods, that a new pass has begun.
void
Notifies all installed update progress listeners, by calling their thumbnailPassComplete methods, that a progressive pass has completed on a thumbnail.
void
ImageReader.processThumbnailPassStarted(BufferedImage thumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
Notifies all installed read update listeners, by calling their thumbnailPassStarted methods, that a new pass has begun.
void
ImageReader.processThumbnailUpdate(BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
Notifies all installed read update listeners, by calling their thumbnailUpdate methods, that the set of samples has changed.
void

Methods with return type java.awt.image.BufferedImage

BufferedImage
ImageTypeSpecifier.createBufferedImage(int width, int height)
Create a buffered image with the given dimensions using that has the characteristics specified by this image type specifier.
BufferedImage
BufferedImage
ImageReader.getDestination(ImageReadParam param, Iterator imageTypes, int width, int height)
Return a suitable destination buffered image.
BufferedImage
Retrieve the thumbnail stored at the specified index in the thumbnails list.
BufferedImage
ImageReader.read(int imageIndex)
Read the given frame all at once, using default image read parameters, and return a buffered image.
BufferedImage
ImageReader.read(int imageIndex, ImageReadParam param)
Read the given frame into a buffered image using the given read parameters.
BufferedImage
ImageIO.read(File input)
Create a buffered image from a file.
BufferedImage
Create a buffered image from an input stream.
BufferedImage
ImageIO.read(URL input)
Create a buffered image from a URL.
BufferedImage
Create a buffered image from an image input stream.
BufferedImage
ImageReader.readThumbnail(int imageIndex, int thumbnailIndex)
Read a thumbnail.
BufferedImage
ImageReader.readTile(int imageIndex, int tileX, int tileY)
Read the given tile into a buffered image.

Uses in package java.awt.image

Methods with parameter type java.awt.image.BufferedImage

BufferedImage
Creates a new BufferedImage with the size equal to that of the transformed image and the correct number of bands.
BufferedImage
Returns a new BufferedImage that can be used by this BufferedImageOp as the destination image when filtering the specified source image.
BufferedImage
Creates an empty BufferedImage with the size equal to the source and the correct number of bands for the conversion defined in this Op.
BufferedImage
Creates an empty BufferedImage with the size equal to the source and the correct number of bands.
BufferedImage
BufferedImage
BufferedImage
Transforms source image using transform specified at the constructor.
BufferedImage
Performs an operation on the source image, returning the result in a BufferedImage.
BufferedImage
Converts the source image using the conversion path specified in the constructor.
BufferedImage
Converts the source image using the kernel specified in the constructor.
BufferedImage
Converts the source image using the lookup table specified in the constructor.
BufferedImage
Converts the source image using the scale factors and offsets specified in the constructor.
Rectangle2D
Transforms source image using transform specified at the constructor and returns bounds of the transformed image.
Rectangle2D
Returns the bounds of the destination image on the basis of this BufferedImageOp being applied to the specified source image.
Rectangle2D
Returns the corresponding destination boundary of a source boundary.
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 a new BufferedImage with the size equal to that of the transformed image and the correct number of bands.
BufferedImage
Returns a new BufferedImage that can be used by this BufferedImageOp as the destination image when filtering the specified source image.
BufferedImage
Creates an empty BufferedImage with the size equal to the source and the correct number of bands for the conversion defined in this Op.
BufferedImage
Creates an empty BufferedImage with the size equal to the source and the correct number of bands.
BufferedImage
BufferedImage
BufferedImage
Transforms source image using transform specified at the constructor.
BufferedImage
Performs an operation on the source image, returning the result in a BufferedImage.
BufferedImage
Converts the source image using the conversion path specified in the constructor.
BufferedImage
Converts the source image using the kernel specified in the constructor.
BufferedImage
Converts the source image using the lookup table specified in the constructor.
BufferedImage
Converts the source image using the scale factors and offsets specified in the constructor.
BufferedImage
Returns an image representing the current state of the volatile image buffer.
BufferedImage
BufferedImage.getSubimage(int x, int y, int w, int h)