Lines Matching defs:bounds
209 * @param placeIn the bounds of the enclosing rectangle
210 * @return the bounds of the enclosing rectangle or <code>null</code>
267 * Instructs the <code>LayoutCache</code> that the bounds for
302 * @param bounds the region being queried
304 public int getPreferredWidth(Rectangle bounds) {
316 * returned object is exactly at x, y you should get the bounds for
711 * Retursn the bounds for row, <code>row</code> by reference in
1359 Rectangle bounds = getNodeDimensions(this.getUserObject(),
1364 if(bounds == null) {
1369 else if(bounds.height == 0) {
1375 xOrigin = bounds.x;
1376 preferredWidth = bounds.width;
1380 preferredHeight = bounds.height;