Eclipse Draw2d
3.3

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

Packages that use PrecisionRectangle
org.eclipse.draw2d.geometry Types representing or manipulating geometric values, such as Points, Dimensions, etc. 
 

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)
          Deprecated. Use union(Rectangle) instead
 

Methods in org.eclipse.draw2d.geometry with parameters of type PrecisionRectangle
 PrecisionRectangle PrecisionRectangle.union(PrecisionRectangle other)
          Deprecated. Use union(Rectangle) instead
 


Eclipse Draw2d
3.3

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