Lines Matching refs:bounds

105  * invalidated, like after changing the bounds of components, or
815 * Should only be used in subclass getBounds to check that part of bounds
1994 * the top-left corner of the component's bounds in
2009 * the top-left corner of the component's bounds in the
2199 * Gets the bounds of this component in the form of a
2200 * <code>Rectangle</code> object. The bounds specify this
2203 * @return a rectangle indicating this component's bounds
2209 return bounds();
2217 public Rectangle bounds() {
2451 * Stores the bounds of this component into "return value" <b>rv</b> and
2458 * @param rv the return value, modified to the components bounds
2899 * changes (e.g. setting the bounds of the component, or adding the
3359 // the bounds of the component.
3989 // save the current bounds
4285 // save the current bounds
5406 * Adds the specified hierarchy bounds listener to receive hierarchy
5407 * bounds events from this component when the hierarchy to which this
5414 * @param l the hierarchy bounds listener
5445 * Removes the specified hierarchy bounds listener so that it no longer
5446 * receives hierarchy bounds events from this component. This method
5454 * @param l the hierarchy bounds listener
5552 * Returns an array of all the hierarchy bounds listeners
5556 * or an empty array if no hierarchy bounds
6679 * Processes hierarchy bounds events occurring on this component by
6683 * This method is not called unless hierarchy bounds events
6684 * are enabled for this component. Hierarchy bounds events are enabled
6689 * <li>Hierarchy bounds events are enabled via <code>enableEvents</code>.
9414 * Checks whether the specified point is within this object's bounds,
9448 * the object's bounds in the coordinate space of the screen;
9464 * Gets the bounds of this object in the form of a Rectangle object.
9465 * The bounds specify this object's width, height, and location
9468 * @return a rectangle indicating this component's bounds;
9476 * Sets the bounds of this object in the form of a
9478 * The bounds specify this object's width, height, and location
9481 * @param r a rectangle indicating this component's bounds
9672 * Check whether we can trust the current bounds of the component.
9675 * probably mean changing the bounds of its children.
9677 * the bounds of the component are final and can be trusted.