The java org.eclipse.draw2d.IFigure.getBounds() method is used to obtain the boundary rectangle (the coordinates and dimensions) of the figure. It returns a rectangle object that represents the bounds of the figure in the coordinate system of its parent figure. This allows developers to determine the position and size of the figure within its container, which is useful for tasks such as layout calculations and hit-testing.
Java IFigure.getBounds - 30 examples found. These are the top rated real world Java examples of org.eclipse.draw2d.IFigure.getBounds extracted from open source projects. You can rate examples to help us improve the quality of examples.