|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
Rectangle |
IPolygon.getBounds()
Returns the bounding rectangle of this polygon. |
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 |
PolySimple.getBounds()
Returns the bounding rectangle of this PolySimple. |
Rectangle |
Polygon.getBounds()
Returns the bounding rectangle of this polygon. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |