|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunTimeContext | |
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.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.factory | Contains classes and interfaces used in the chart building and generation phase. |
org.eclipse.birt.chart.internal.factory | |
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. |
Uses of RunTimeContext in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation with parameters of type RunTimeContext | |
Size |
LegendBuilder.compute(IDisplayServer xs,
Chart cm,
SeriesDefinition[] seda,
RunTimeContext rtc)
Computes the size of the legend |
Constructors in org.eclipse.birt.chart.computation with parameters of type RunTimeContext | |
DataPointHints(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
Location _lo,
double _dSize,
RunTimeContext _rtc)
The constructor. |
|
DataPointHints(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
Location _lo,
double[] _dSize,
RunTimeContext _rtc)
The constructor. |
Uses of RunTimeContext in org.eclipse.birt.chart.computation.withaxes |
Methods in org.eclipse.birt.chart.computation.withaxes that return RunTimeContext | |
RunTimeContext |
PlotWithAxes.getRunTimeContext()
|
RunTimeContext |
OneAxis.getRunTimeContext()
|
RunTimeContext |
AutoScale.getRunTimeContext()
|
Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type RunTimeContext | |
void |
AutoScale.setRunTimeContext(RunTimeContext context)
|
Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type RunTimeContext | |
PlotWith3DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
|
|
PlotWith2DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
The default constructor |
Uses of RunTimeContext in org.eclipse.birt.chart.computation.withoutaxes |
Constructors in org.eclipse.birt.chart.computation.withoutaxes with parameters of type RunTimeContext | |
PlotWithoutAxes(IDisplayServer xs,
ChartWithoutAxes cwoa,
RunTimeContext rtc)
The constructor. |
Uses of RunTimeContext in org.eclipse.birt.chart.event |
Methods in org.eclipse.birt.chart.event with parameters of type RunTimeContext | |
java.lang.String |
TextRenderEvent.updateFrom(LabelBlock lb,
double dScale,
RunTimeContext rtc)
|
Uses of RunTimeContext in org.eclipse.birt.chart.factory |
Methods in org.eclipse.birt.chart.factory that return RunTimeContext | |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
java.util.Locale locale)
Since v2, it must be called before build( ), and should only be called once per design model. |
RunTimeContext |
GeneratedChartState.getRunTimeContext()
Returns an instance of the runtime context used in building the chart. |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
java.util.Locale locale)
Since v2, it must be called before build( ), and should only be called once per design model. |
RunTimeContext |
GeneratedChartState.getRunTimeContext()
Returns an instance of the runtime context used in building the chart. |
Methods in org.eclipse.birt.chart.factory with parameters of type RunTimeContext | |
void |
Generator.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
IActionEvaluator iae,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc)
Deprecated. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Deprecated. |
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. |
void |
Generator.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
IActionEvaluator iae,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc)
Deprecated. |
GeneratedChartState |
Generator.build(IDisplayServer ids,
Chart cmDesignTime,
org.mozilla.javascript.Scriptable scParent,
Bounds bo,
RunTimeContext rtc,
IStyleProcessor externalProcessor)
Deprecated. |
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. |
Uses of RunTimeContext in org.eclipse.birt.chart.internal.factory |
Constructors in org.eclipse.birt.chart.internal.factory with parameters of type RunTimeContext | |
DataProcessor(RunTimeContext rtc,
IActionEvaluator iae)
The constructor. |
Uses of RunTimeContext in org.eclipse.birt.chart.model.layout |
Methods in org.eclipse.birt.chart.model.layout with parameters of type RunTimeContext | |
void |
LayoutManager.doLayout_tmp(IDisplayServer xs,
Chart cm,
Bounds boFull,
RunTimeContext rtc)
|
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 RunTimeContext in org.eclipse.birt.chart.model.layout.impl |
Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type RunTimeContext | |
Size |
LegendImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Size |
LabelBlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Size |
BlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
Uses of RunTimeContext in org.eclipse.birt.chart.render |
Methods in org.eclipse.birt.chart.render that return RunTimeContext | |
RunTimeContext |
BaseRenderer.getRunTimeContext()
|
RunTimeContext |
BaseRenderer.getRunTimeContext()
|
Methods in org.eclipse.birt.chart.render with parameters of type RunTimeContext | |
void |
BaseRenderer.set(RunTimeContext _rtc)
|
static BaseRenderer[] |
BaseRenderer.instances(Chart cm,
RunTimeContext rtc,
java.lang.Object oComputations)
This method returns appropriate renders for the given chart model. |
void |
BaseRenderer.set(RunTimeContext _rtc)
|
static BaseRenderer[] |
BaseRenderer.instances(Chart cm,
RunTimeContext rtc,
java.lang.Object oComputations)
This method returns appropriate renders for the given chart model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |