Lines Matching defs:height

181      * <code>y</code> and <code>y&nbsp;+&nbsp;height</code>.
188 * @param height the height of the rectangle to be drawn.
192 public void drawRect(int x, int y, int width, int height) {
202 deviceFrameRect(x, y, width, height, (Color) paint);
215 * <code>y</code> and <code>y&nbsp;+&nbsp;height&nbsp;-&nbsp;1</code>.
218 * <code>height</code> pixels tall.
225 * @param height the height of the rectangle to be filled.
229 public void fillRect(int x, int y, int width, int height){
239 deviceFillRect(x, y, width, height, (Color) paint);
258 * @param height the height of the rectangle to clear.
265 public void clearRect(int x, int y, int width, int height) {
267 fill(new Rectangle2D.Float(x, y, width, height), getBackground());
275 * <code>y</code> and <code>y&nbsp;+&nbsp;height</code>.
279 * @param height the height of the rectangle to be drawn.
286 public void drawRoundRect(int x, int y, int width, int height,
290 width, height,
300 * <code>y</code> and <code>y&nbsp;+&nbsp;height&nbsp;-&nbsp;1</code>.
304 * @param height the height of the rectangle to be filled.
311 public void fillRoundRect(int x, int y, int width, int height,
315 width, height,
323 * <code>width</code>, and <code>height</code> arguments.
327 * and <code>height&nbsp;+&nbsp;1</code> pixels tall.
333 * @param height the height of the oval to be drawn.
337 public void drawOval(int x, int y, int width, int height) {
338 draw(new Ellipse2D.Float(x, y, width, height));
349 * @param height the height of the oval to be filled.
352 public void fillOval(int x, int y, int width, int height){
354 fill(new Ellipse2D.Float(x, y, width, height));
370 * <code>width</code> and <code>height</code> arguments.
374 * by <code>height&nbsp;+&nbsp;1</code> pixels tall.
388 * @param height the height of the arc to be drawn.
394 public void drawArc(int x, int y, int width, int height,
396 draw(new Arc2D.Float(x, y, width, height,
414 * <code>width</code> and <code>height</code> arguments.
418 * by <code>height&nbsp;+&nbsp;1</code> pixels tall.
432 * @param height the height of the arc to be filled.
438 public void fillArc(int x, int y, int width, int height,
441 fill(new Arc2D.Float(x, y, width, height,
1113 int width, int height,
1126 int width, int height, Color color);
1356 * @param srcHeight The height of the portion of the image to
1425 * @param height the height of the rectangle.
1434 int width, int height,
1437 return drawImage(img, x, y, width, height, null, observer);
1449 * width and height of the specified image with the given color and then
1507 * width and height of the specified image with the given color and then
1528 * @param height the height of the rectangle.
1539 int width, int height,
1555 x, y, x + width, y + height,
1628 * width and height of the specified image with the given color and then
1711 * a positive width and height. The xform describes how to map