Uses of Class
org.eclipse.birt.chart.computation.Rectangle

Packages that use Rectangle
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.internal.computations   
 

Uses of Rectangle in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return Rectangle
 Rectangle Rectangle.getBounds2D()
          Returns the high precision bounding box of this Rectangle.
 Rectangle Rectangle.createIntersection(Rectangle r)
          Returns a new Rectangle object representing the intersection of this Rectangle with the specified Rectangle.
 Rectangle Rectangle.createUnion(Rectangle r)
          Returns a new Rectangle object representing the union of this Rectangle with the specified Rectangle.
 

Methods in org.eclipse.birt.chart.computation with parameters of type Rectangle
 void Rectangle.setRect(Rectangle r)
          Sets this Rectangle to be the same as the specified Rectangle.
 Rectangle Rectangle.createIntersection(Rectangle r)
          Returns a new Rectangle object representing the intersection of this Rectangle with the specified Rectangle.
 Rectangle Rectangle.createUnion(Rectangle r)
          Returns a new Rectangle object representing the union of this Rectangle with the specified Rectangle.
 

Uses of Rectangle in org.eclipse.birt.chart.internal.computations
 

Methods in org.eclipse.birt.chart.internal.computations that return Rectangle
 Rectangle Polygon.getBounds()
           
 



Copyright © 2005-2007 Actuate Corp. All rights reserved.