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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java148 * @param childMinY Y coord of the upper left corner of the new Raster.
153 * <code>childMinY + this.getHeight()</code> results in integer
157 int childMinY) {
159 childMinX,childMinY,null);
176 * WritableRaster. The childMinX and childMinY parameters give
178 * returned WritableRaster; the coordinate (childMinX, childMinY)
191 * parentX, childMinY equal to parentY, and bandList equal to
202 * @param childMinY Y coordinate of the upper left corner of
214 * <code>childMinY + h</code> results in integer
219 int childMinX, int childMinY,
156 createWritableTranslatedChild(int childMinX, int childMinY) argument
217 createWritableChild(int parentX, int parentY, int w, int h, int childMinX, int childMinY, int bandList[]) argument
[all...]
H A DRaster.java1244 * @param childMinY the Y coordinate of the upper-left
1251 * <code>childMinY + this.getHeight()</code> results in integer
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
1287 * childMinY equal to parentY, and bandList equal to null.
1297 * @param childMinY The Y coordinate of the upper-left corner
1308 * <code>childMinY + height</code> results in integer
1313 int childMinX, int childMinY,
1311 createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int bandList[]) argument
[all...]

Completed in 44 milliseconds