Uses of Class
breadboards.GRectangle
-
-
Uses of GRectangle in breadboards
Methods in breadboards that return GRectangle Modifier and Type Method Description GRectangleGCompound. getBounds()returns the bounding box for the union of all elements in this GCompoundGRectangleGImage. getBounds()returns the bounding rectangle for this GImageGRectangleGLabel. getBounds()returns an empty bounding rectangle for this GLabelGRectangleGLine. getBounds()returns the bounding rectangle of the GLineabstract GRectangleGObject. getBounds()required of subclasses to determine the bounding rectangle of the GObject in questionGRectangleGOval. getBounds()returns the bounding rectangle for this GOvalGRectangleGRect. getBounds()returns the bounding rectangle for this GRectGRectangleGRectangle. union(GRectangle r2)returns the GRectangle that bounds both this GRectangle and another specified GRectangleMethods in breadboards with parameters of type GRectangle Modifier and Type Method Description booleanGRectangle. intersects(GRectangle otherRectangle)voidGOval. setBounds(GRectangle bounds)set the width, height, and location of the GOval to those associated with the specified bounding rectanglevoidGRect. setBounds(GRectangle bounds)set the width, height, and location of the GRect to those associated with the specified bounding rectangleGRectangleGRectangle. union(GRectangle r2)returns the GRectangle that bounds both this GRectangle and another specified GRectangle
-