Uses of Class
org.eclipse.birt.chart.computation.Rectangle
Packages that use Rectangle
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
-
Uses of Rectangle in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return RectangleModifier and TypeMethodDescriptionRectangle.createIntersection
(Rectangle r) Returns a newRectangle
object representing the intersection of thisRectangle
with the specifiedRectangle
.Rectangle.createUnion
(Rectangle r) Returns a newRectangle
object representing the union of thisRectangle
with the specifiedRectangle
.Polygon.getBounds()
Rectangle.getBounds2D()
Returns the high precision bounding box of thisRectangle
.static Rectangle
Methods in org.eclipse.birt.chart.computation with parameters of type RectangleModifier and TypeMethodDescriptionRectangle.createIntersection
(Rectangle r) Returns a newRectangle
object representing the intersection of thisRectangle
with the specifiedRectangle
.Rectangle.createUnion
(Rectangle r) Returns a newRectangle
object representing the union of thisRectangle
with the specifiedRectangle
.void
Sets thisRectangle
to be the same as the specifiedRectangle
.void
static Rectangle
-
Uses of Rectangle in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return RectangleModifier and TypeMethodDescriptionPlotWith3DAxes.get3DGraphicBoudingRect()
PlotWith3DAxes.getAllAxisLabelBounds()
PlotWith3DAxes.getAxisLabelBoundingRectXZ
(OneAxis oax) PlotWith3DAxes.getAxisLabelBoundingRectY
(OneAxis oax) PlotWith3DAxes.getBoundsOfAllAxisLabels()