Uses of Class
edu.mines.jtk.mosaic.DRectangle

Packages that use DRectangle
edu.mines.jtk.mosaic A system for 2-D graphics. 
 

Uses of DRectangle in edu.mines.jtk.mosaic
 

Methods in edu.mines.jtk.mosaic that return DRectangle
 DRectangle Tile.getViewRectangle()
          Gets the view rectangle for this tile.
 DRectangle DRectangle.intersection(DRectangle rect)
          Returns the intersection of this rectangle and a specified rectangle.
 DRectangle DRectangle.union(DRectangle rect)
          Returns the union of this rectangle and a specified rectangle.
 

Methods in edu.mines.jtk.mosaic with parameters of type DRectangle
 DRectangle DRectangle.intersection(DRectangle rect)
          Returns the intersection of this rectangle and a specified rectangle.
 void Tile.setViewRectangle(DRectangle vr)
          Sets the view rectangle for this tile.
 DRectangle DRectangle.union(DRectangle rect)
          Returns the union of this rectangle and a specified rectangle.
 

Constructors in edu.mines.jtk.mosaic with parameters of type DRectangle
DRectangle(DRectangle r)
          Constructs a copy of the specified rectangle.