Searched defs:BufferedImage (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DBufferedImage.java44 * The BufferedImage class describes an Image which contains a buffer of image
51 public class BufferedImage extends Image implements WritableRenderedImage, Transparency { class in inherits:Image,WritableRenderedImage,Transparency
236 * Instantiates a new BufferedImage with the specified ColorModel, and
250 public BufferedImage(ColorModel cm, WritableRaster raster, boolean isRasterPremultiplied, method in class:BufferedImage
274 * Instantiates a new BufferedImage with the specified width, height
287 public BufferedImage(int width, int height, int imageType, IndexColorModel cm) { method in class:BufferedImage
336 * Instantiates a new BufferedImage with the specified width, height and
346 public BufferedImage(int width, int height, int imageType) { method in class:BufferedImage
576 * Returns the string representation of this BufferedImage object.
578 * @return the string representation of this BufferedImage objec
[all...]

Completed in 29 milliseconds