|
||||||||||
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.datafeed | |
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 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,
java.lang.Object _oPercentileValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
FormatSpecifier _fsPercentile,
int _idx,
Location _lo,
double[] _dSize,
RunTimeContext _rtc)
The constructor. |
|
DataPointHints(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
java.lang.Object _oPercentileValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
FormatSpecifier _fsPercentile,
int _idx,
Location _lo,
double _dSize,
RunTimeContext _rtc)
DataPointHints 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 | |
---|---|
static void |
AutoScale.setNumberMinMaxToScale(AutoScale sc,
java.lang.Object oMinimum,
java.lang.Object oMaximum,
RunTimeContext rtc,
OneAxis ax)
Updates AutoScale by checking min or max |
void |
AutoScale.setRunTimeContext(RunTimeContext context)
|
static void |
AutoScale.setStepToScale(AutoScale sc,
java.lang.Object oStep,
java.lang.Integer oStepNumber,
RunTimeContext rtc)
Updates AutoScale by checking step size and step number |
Constructors in org.eclipse.birt.chart.computation.withaxes with parameters of type RunTimeContext | |
---|---|
PlotWith2DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
The default constructor |
|
PlotWith3DAxes(IDisplayServer _ids,
ChartWithAxes _cwa,
RunTimeContext _rtc)
|
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)
Updates the event by given LabelBlock object. |
Uses of RunTimeContext in org.eclipse.birt.chart.factory |
---|
Methods in org.eclipse.birt.chart.factory that return RunTimeContext | |
---|---|
RunTimeContext |
GeneratedChartState.getRunTimeContext()
Returns an instance of the runtime context used in building the chart. |
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)
Deprecated. use Generator.prepare(Chart, IExternalContext, IScriptClassLoader, ULocale)
instead. |
RunTimeContext |
IGenerator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
com.ibm.icu.util.ULocale locale)
Since v2, it must be called before build( ), and should only be called once per design model. |
RunTimeContext |
Generator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
com.ibm.icu.util.ULocale locale)
Since v2, it must be called before build( ), and should only be called once per design model. |
RunTimeContext |
IGenerator.prepare(Chart model,
IExternalContext externalContext,
IScriptClassLoader iscl,
com.ibm.icu.util.ULocale locale)
Since v2, it must be called before build( ), and should only be called once per design model. |
Methods in org.eclipse.birt.chart.factory with parameters of type RunTimeContext | |
---|---|
void |
IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
void |
Generator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
void |
IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
void |
IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
IActionEvaluator iae,
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. |
void |
IGenerator.bindData(IDataRowExpressionEvaluator expressionEvaluator,
IActionEvaluator iae,
Chart chart,
RunTimeContext rtc)
Binds data to the chart model using a row expression evaluator. |
void |
IGenerator.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
void |
Generator.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
void |
IGenerator.bindData(java.sql.ResultSet resultSet,
Chart chart,
RunTimeContext rtc)
Binds a sql Resuset to a chart model. |
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 RunTimeContext in org.eclipse.birt.chart.internal.datafeed |
---|
Constructors in org.eclipse.birt.chart.internal.datafeed with parameters of type RunTimeContext | |
---|---|
DataProcessor(RunTimeContext rtc,
IActionEvaluator iae)
The constructor. |
Uses of RunTimeContext in org.eclipse.birt.chart.internal.layout |
---|
Methods in org.eclipse.birt.chart.internal.layout with parameters of type RunTimeContext | |
---|---|
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 RunTimeContext in org.eclipse.birt.chart.model.layout |
---|
Methods in org.eclipse.birt.chart.model.layout with parameters of type RunTimeContext | |
---|---|
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 |
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 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 | |
---|---|
static BaseRenderer[] |
BaseRenderer.instances(Chart cm,
RunTimeContext rtc,
java.lang.Object oComputations)
This method returns appropriate renders for the given chart model. |
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)
Sets the runtime context object for current renderer. |
void |
BaseRenderer.set(RunTimeContext _rtc)
Sets the runtime context object for current renderer. |
Uses of RunTimeContext in org.eclipse.birt.chart.util |
---|
Methods in org.eclipse.birt.chart.util with parameters of type RunTimeContext | |
---|---|
static int |
ChartUtil.getSupportedMaxRowCount(RunTimeContext rtc)
Returns max row count that will be supported in charts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |