Lines Matching defs:bounds
76 // peer's fields (e.g. bounds, background, font, etc.)
106 private final Rectangle bounds = new Rectangle();
523 oldBounds = new Rectangle(bounds);
525 bounds.x = x;
526 bounds.y = y;
529 bounds.width = w;
530 bounds.height = h;
565 return bounds.getBounds();
572 return new Rectangle(bounds.width, bounds.height);