Eclipse Draw2d
3.0.1

Uses of Class
org.eclipse.draw2d.geometry.PrecisionRectangle

Packages that use PrecisionRectangle
org.eclipse.draw2d.geometry This package contains useful geometry related classes, such as Rectangle and Point. 
 

Uses of PrecisionRectangle in org.eclipse.draw2d.geometry
 

Methods in org.eclipse.draw2d.geometry that return PrecisionRectangle
 PrecisionRectangle PrecisionRectangle.getPreciseCopy()
          Returns a precise copy of this.
 PrecisionRectangle PrecisionRectangle.union(PrecisionRectangle other)
          Unions the given PrecisionRectangle with this rectangle and returns this for convenience.
 

Methods in org.eclipse.draw2d.geometry with parameters of type PrecisionRectangle
 PrecisionRectangle PrecisionRectangle.union(PrecisionRectangle other)
          Unions the given PrecisionRectangle with this rectangle and returns this for convenience.
 


Eclipse Draw2d
3.0.1

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.