|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDisplayServer | |
---|---|
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
org.eclipse.birt.chart.computation.withaxes | This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. |
org.eclipse.birt.chart.computation.withoutaxes | This is a placeholder file for the org.eclipse.birt.chart.computation.withoutaxes package. |
org.eclipse.birt.chart.device | Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. |
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.internal.layout | |
org.eclipse.birt.chart.model.layout | Contains a layout manager capable of arranging a set of blocks associated with the chart representation. |
org.eclipse.birt.chart.model.layout.impl | Contains core class implementations for blocks associated with the chart representation. |
org.eclipse.birt.chart.render | Contains classes that represent the core plot rendering framework. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of IDisplayServer in org.eclipse.birt.chart.computation |
---|
Methods in org.eclipse.birt.chart.computation with parameters of type IDisplayServer | |
---|---|
Size |
LegendBuilder.compute(IDisplayServer xs,
Chart cm,
SeriesDefinition[] seda,
RunTimeContext rtc)
Computes the size of the legend. |
static BoundingBox |
Methods.computeBox(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY)
|
static BoundingBox |
Methods.computeBox(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY,
double dWrapping)
|
static double |
Methods.computeHeight(IDisplayServer xs,
Label la)
|
static RotatedRectangle |
Methods.computePolygon(IDisplayServer xs,
int iLabelLocation,
Label la,
double dX,
double dY)
|
static Location |
Methods.computeRotatedTopPoint(IDisplayServer xs,
BoundingBox bbox,
Label la,
double fullHeight)
|
static double |
Methods.computeWidth(IDisplayServer xs,
Label la)
|
static void |
Methods.limitDataPointLabelLocation(Chart cm,
IDisplayServer xs,
Label laDataPoint,
double dScale,
Location lo)
Limits the Data point Label inside area including axes |
Uses of IDisplayServer in org.eclipse.birt.chart.computation.withaxes |
---|
Methods in org.eclipse.birt.chart.computation.withaxes that return IDisplayServer | |
---|---|
IDisplayServer |
PlotWithAxes.getDisplayServer()
|
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type IDisplayServer | |
---|---|
boolean |
AutoScale.checkFit(IDisplayServer xs,
Label la,
int iLabelLocation)
Checks all labels for any overlap for a given axis' scale |
double |
AutoScale.computeAxisLabelThickness(IDisplayServer xs,
Label la,
int iOrientation)
|
double |
AutoScale.computeStaggeredAxisLabelOffset(IDisplayServer xs,
Label la,
int iOrientation)
|
int |
AutoScale.computeTicks(IDisplayServer xs,
Label la,
int iLabelLocation,
int iOrientation,
double dStart,
double dEnd,
boolean bConsiderStartEndLabels,
AllAxes aax)
|
int |
AutoScale.computeTicks(IDisplayServer xs,
Label la,
int iLabelLocation,
int iOrientation,
double dStart,
double dEnd,
boolean bConsiderStartLabel,
boolean bConsiderEndLabel,
AllAxes aax)
|
Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type IDisplayServer | |
---|---|
PlotWith2DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
The default constructor |
|
PlotWith3DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
|
Uses of IDisplayServer in org.eclipse.birt.chart.computation.withoutaxes |
---|
Constructors in org.eclipse.birt.chart.computation.withoutaxes with parameters of type IDisplayServer | |
---|---|
PlotWithoutAxes(IDisplayServer xs,
ChartWithoutAxes cwoa,
RunTimeContext rtc)
The constructor. |
Uses of IDisplayServer in org.eclipse.birt.chart.device |
---|
Classes in org.eclipse.birt.chart.device that implement IDisplayServer | |
---|---|
class |
DisplayAdapter
A no-op adapter implementation for the IDisplayServer interface definition. |
Methods in org.eclipse.birt.chart.device that return IDisplayServer | |
---|---|
IDisplayServer |
IDeviceRenderer.getDisplayServer()
Returns an instance of the low level display server capable of providing text metrics, screen resolution, etc. |
IDisplayServer |
DeviceAdapter.getDisplayServer()
|
Uses of IDisplayServer in org.eclipse.birt.chart.factory |
---|
Methods in org.eclipse.birt.chart.factory that return IDisplayServer | |
---|---|
IDisplayServer |
GeneratedChartState.getDisplayServer()
Returns an instance of a display server used in building the chart content. |
IDisplayServer |
GeneratedChartState.getDisplayServer()
Returns an instance of a display server used in building the chart content. |
Methods in org.eclipse.birt.chart.factory with parameters of type IDisplayServer | |
---|---|
GeneratedChartState |
IGenerator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
IGenerator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
IGenerator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
IGenerator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
IExternalContext externalContext,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
Bounds bo,
RunTimeContext rtc)
Builds and computes preferred sizes of various chart components offscreen using the provided display server. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc)
Deprecated. use Generator.build(IDisplayServer, Chart, Bounds, IExternalContext, RunTimeContext)
instead. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Deprecated. use Generator.build(IDisplayServer, Chart, Bounds, IExternalContext, RunTimeContext, IStyleProcessor)
instead. |
Uses of IDisplayServer in org.eclipse.birt.chart.internal.layout |
---|
Methods in org.eclipse.birt.chart.internal.layout with parameters of type IDisplayServer | |
---|---|
void |
LayoutManager.doLayout(IDisplayServer xs,
Chart cm,
Bounds bo,
RunTimeContext rtc)
This method recursively walks down the chart layout and establishes bounds for each contained block based on the following rule: All immediate children under 'blRoot' are added as ElasticLayout with appropriate constraints All other children (at deeper levels) are added as NullLayout with fixed 'relative' bounds |
Uses of IDisplayServer in org.eclipse.birt.chart.model.layout |
---|
Methods in org.eclipse.birt.chart.model.layout with parameters of type IDisplayServer | |
---|---|
Size |
Block.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
Computes and returns the size of the title block based on the text content and its attributes |
Uses of IDisplayServer in org.eclipse.birt.chart.model.layout.impl |
---|
Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type IDisplayServer | |
---|---|
Size |
BlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Size |
LegendImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Size |
LabelBlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Uses of IDisplayServer in org.eclipse.birt.chart.render |
---|
Methods in org.eclipse.birt.chart.render that return IDisplayServer | |
---|---|
IDisplayServer |
BaseRenderer.getXServer()
|
IDisplayServer |
BaseRenderer.getXServer()
|
Methods in org.eclipse.birt.chart.render with parameters of type IDisplayServer | |
---|---|
double[] |
IAxesDecorator.computeDecorationThickness(IDisplayServer xs,
OneAxis ax)
Returns the thickness for use with decoration. |
void |
BaseRenderer.set(IDisplayServer _xs)
Sets the diplay server for current renderer. |
void |
BaseRenderer.set(IDisplayServer _xs)
Sets the diplay server for current renderer. |
Uses of IDisplayServer in org.eclipse.birt.chart.util |
---|
Methods in org.eclipse.birt.chart.util that return IDisplayServer | |
---|---|
IDisplayServer |
PluginSettings.getDisplayServer(java.lang.String sName)
Retrieves the first instance of a display server registered as an extension for a given name |
Methods in org.eclipse.birt.chart.util with parameters of type IDisplayServer | |
---|---|
static double |
ChartUtil.computeHeightOfOrthogonalAxisTitle(ChartWithAxes cm,
IDisplayServer xs)
Computes the height of orthogonal axis title. |
static double |
ChartUtil.convertPixelsToPoints(IDisplayServer idsSWT,
double dOriginalHeight)
Convert pixel value to points. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |