Lines Matching refs:width

179      * <code>x</code> and <code>x&nbsp;+&nbsp;width</code>.
187 * @param width the width 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);
213 * <code>x</code> and <code>x&nbsp;+&nbsp;width&nbsp;-&nbsp;1</code>.
217 * <code>width</code> pixels wide by
224 * @param width the width 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);
257 * @param width the width 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());
273 * are at <code>x</code> and <code>x&nbsp;+&nbsp;width</code>,
278 * @param width the width of the rectangle to be drawn.
286 public void drawRoundRect(int x, int y, int width, int height,
290 width, height,
298 * are at <code>x</code> and <code>x&nbsp;+&nbsp;width&nbsp;-&nbsp;1</code>,
303 * @param width the width 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.
326 * <code>width&nbsp;+&nbsp;1</code> pixels wide
332 * @param width the width 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));
348 * @param width the width 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.
373 * <code>width&nbsp;+&nbsp;1</code> pixels wide
387 * @param width the width 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.
417 * <code>width&nbsp;+&nbsp;1</code> pixels wide
431 * @param width the width 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,
920 * ask the string to be drawn adjusted to this width.
926 * and use that instead of the width.
1113 int width, int height,
1126 int width, int height, Color color);
1354 * @param srcWidth The width of the portion of the image to
1424 * @param width the width 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
1527 * @param width the width 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