Uses of Class
org.eclipse.birt.chart.computation.RotatedRectangle
-
Packages that use RotatedRectangle Package Description org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. -
-
Uses of RotatedRectangle in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return RotatedRectangle Modifier and Type Method Description RotatedRectangle
BIRTChartComputation. computePolygon(IDisplayServer xs, int iLabelLocation, Label la, double dX, double dY, java.lang.Double fontHeight)
RotatedRectangle
IChartComputation. computePolygon(IDisplayServer xs, int iLabelLocation, Label la, double dX, double dY, java.lang.Double fontHeight)
Compute the bounding polygon of a label.static RotatedRectangle
Methods. computePolygon(IDisplayServer xs, int iLabelLocation, Label la, double dX, double dY)
static RotatedRectangle
Methods. computePolygon(IDisplayServer xs, int iLabelLocation, Label la, double dX, double dY, java.lang.Double fontHeight)
static RotatedRectangle
Methods. computePolygon(ITextMetrics itm, int iLabelLocation, Label la, double dX, double dY, java.lang.Double fontHeight)
-