Lines Matching refs:image
26 package java.awt.image;
67 * If the destination image is null,
72 * and/or destination image is incompatible with the types of images $
81 * image is not compatible with the types of images allowed by the class
87 * Returns the bounding box of the filtered destination image.
89 * image is incompatible with the types of images allowed
95 * image's bounding box.
100 * Creates a zeroed destination image with the correct size and number of
103 * image is incompatible with the types of images allowed
110 * @return The zeroed destination image.
117 * point in the source image. If <CODE>dstPt</CODE> is specified, it
120 * the source image
123 * @return The <CODE>Point2D</CODE> in the destination image that
124 * corresponds to the specified point in the source image.