| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
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 | |
Methods with return type java.awt.image.BufferedImage | |
| BufferedImage | GraphicsConfiguration.createCompatibleImage(int w, int h) 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 | |
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 | IIOImage.getThumbnail(int index) |
| BufferedImage | |
| BufferedImage | |
| BufferedImage | |
| BufferedImage | |
| BufferedImage | |
| BufferedImage | ImageReader.readThumbnail(int imageIndex, int thumbnailIndex) |
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 | 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) |
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.
|
| GNU Classpath (0.18) |