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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java147 * @param childMinX X coord of the upper left corner of the new Raster.
152 * <code>childMinX + this.getWidth()</code> or
156 public WritableRaster createWritableTranslatedChild(int childMinX, argument
159 childMinX,childMinY,null);
176 * WritableRaster. The childMinX and childMinY parameters give
178 * returned WritableRaster; the coordinate (childMinX, childMinY)
190 * and bands, this method should be called with childMinX equal to
200 * @param childMinX X coordinate of the upper left corner of
213 * <code>childMinX + w</code>, or
219 int childMinX, in
217 createWritableChild(int parentX, int parentY, int w, int h, int childMinX, int childMinY, int bandList[]) argument
[all...]
H A DRaster.java1242 * @param childMinX the X coordinate of the upper-left
1250 * <code>childMinX + this.getWidth()</code> or
1254 public Raster createTranslatedChild(int childMinX, int childMinY) { argument
1256 childMinX,childMinY,null);
1272 * Raster. The childMinX and childMinY parameters give the new
1274 * Raster; the coordinate (childMinX, childMinY) in the new Raster
1286 * this method should be called with childMinX equal to parentX,
1295 * @param childMinX The X coordinate of the upper-left corner
1307 * <code>childMinX + width</code>, or
1313 int childMinX, in
1311 createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int bandList[]) argument
[all...]

Completed in 35 milliseconds