Lines Matching defs:BufferedImage

51  * The <code>BufferedImage</code> subclass describes an {@link
53 * A <code>BufferedImage</code> is comprised of a {@link ColorModel} and a
58 * All <code>BufferedImage</code> objects have an upper left corner
60 * <code>BufferedImage</code> must therefore have minX=0 and minY=0.
72 public class BufferedImage extends java.awt.Image
113 * <code>imageType</code> argument to a <code>BufferedImage</code>
232 * <code>BufferedImage</code> constructor that takes an
240 * the <code>BufferedImage</code> constructor that takes a
259 * <code>imageType</code> argument to the <code>BufferedImage</code>
298 * Constructs a <code>BufferedImage</code> of one of the predefined
319 public BufferedImage(int width,
517 * Constructs a <code>BufferedImage</code> of one of the predefined
539 public BufferedImage (int width,
587 * Constructs a new <code>BufferedImage</code> with a specified
596 * <code>BufferedImage</code> can be established by passing
624 public BufferedImage (ColorModel cm,
828 * @return the image type of this <code>BufferedImage</code>.
851 * <code>BufferedImage</code>.
860 * <code>BufferedImage</code>.
869 * channel for <code>BufferedImage</code> objects
885 * <code>BufferedImage</code> has no alpha channel associated
999 * Sets a pixel in this <code>BufferedImage</code> to the specified
1068 * Returns the width of the <code>BufferedImage</code>.
1069 * @return the width of this <code>BufferedImage</code>
1076 * Returns the height of the <code>BufferedImage</code>.
1077 * @return the height of this <code>BufferedImage</code>
1084 * Returns the width of the <code>BufferedImage</code>.
1086 * @return the width of this <code>BufferedImage</code>
1093 * Returns the height of the <code>BufferedImage</code>.
1095 * @return the height of this <code>BufferedImage</code>
1177 * this <code>BufferedImage</code>.
1189 * The returned <code>BufferedImage</code> shares the same
1197 * @return a <code>BufferedImage</code> that is the subimage of this
1198 * <code>BufferedImage</code>.
1200 * area is not contained within this <code>BufferedImage</code>.
1202 public BufferedImage getSubimage (int x, int y, int w, int h) {
1203 return new BufferedImage (colorModel,
1238 * <code>BufferedImage</code> object and its values.
1240 * <code>BufferedImage</code>.
1243 return "BufferedImage@"+Integer.toHexString(hashCode())
1251 * of image data for this <code>BufferedImage</code>. This
1252 * method returns <code>null</code> if the <code>BufferedImage</code>
1254 * empty <code>Vector</code> if the <code>BufferedImage</code> has no
1257 * this <code>BufferedImage</code> object's image date, or
1258 * <code>null</code> if this <code>BufferedImage</code> has
1260 * <code>Vector</code> if this <code>BufferedImage</code>
1281 * <code>BufferedImage</code>. This is always zero.
1283 * <code>BufferedImage</code>.
1291 * <code>BufferedImage</code>. This is always zero.
1293 * <code>BufferedImage</code>.
1301 * <code>BufferedImage</code>.
1303 * <code>BufferedImage</code>.
1435 * <code>BufferedImage</code>. The <code>Raster</code> returned is a
1438 * @param rect the region of the <code>BufferedImage</code> to be
1441 * the specified region of the <code>BufferedImage</code>
1466 * <code>BufferedImage</code> and copies it into a specified
1502 * <code>BufferedImage</code>. The operation is clipped to the bounds
1503 * of the <code>BufferedImage</code>.
1630 * @return the transparency of this <code>BufferedImage</code>.