Uses of Interface
org.eclipse.birt.chart.device.ITextMetrics
Packages that use ITextMetrics
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
-
Uses of ITextMetrics in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return ITextMetricsModifier and TypeMethodDescriptionBIRTChartComputation.getTextMetrics
(IDisplayServer xs, Label la, double wrapping) IChartComputation.getTextMetrics
(IDisplayServer xs, Label la, double wrapping) Returns a text metrics.Methods in org.eclipse.birt.chart.computation with parameters of type ITextMetricsModifier and TypeMethodDescriptionstatic final BoundingBox
Methods.computeBox
(IDisplayServer xs, ITextMetrics itm, int iLabelLocation, Label la, double dX, double dY, Double fontHeight) static final double
Methods.computeHeight
(ITextMetrics itm, Label la) static final RotatedRectangle
Methods.computePolygon
(ITextMetrics itm, int iLabelLocation, Label la, double dX, double dY, Double fontHeight) static final double
Methods.computeWidth
(ITextMetrics itm, Label la) void
BIRTChartComputation.recycleTextMetrics
(ITextMetrics itm) void
IChartComputation.recycleTextMetrics
(ITextMetrics itm) Dispose the text metrics. -
Uses of ITextMetrics in org.eclipse.birt.chart.device
Classes in org.eclipse.birt.chart.device that implement ITextMetricsModifier and TypeClassDescriptionclass
A no-op adapter implementation for theITextMetrics
interface definition.Methods in org.eclipse.birt.chart.device that return ITextMetricsModifier and TypeMethodDescriptionDisplayAdapter.getTextMetrics
(Label la) DisplayAdapter.getTextMetrics
(Label la, boolean autoReuse) IDisplayServer.getTextMetrics
(Label la) An instance of a text metrics computation class capable of providing text metric information associated with a given Label to aid in typically computing the size of rendered textIDisplayServer.getTextMetrics
(Label la, boolean autoReuse) An instance of a text metrics computation class capable of providing text metric information associated with a given Label to aid in typically computing the size of rendered text