Uses of Class
org.eclipse.birt.chart.factory.RunTimeContext

Packages that use RunTimeContext
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.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.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 IGenerator.prepare(Chart model, org.eclipse.birt.chart.script.IExternalContext externalContext, org.eclipse.birt.chart.script.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(org.eclipse.birt.chart.factory.IDataRowExpressionEvaluator expressionEvaluator, Chart chart, RunTimeContext rtc)
          Binds data to the chart model using a row expression evaluator.
 void IGenerator.bindData(org.eclipse.birt.chart.factory.IDataRowExpressionEvaluator expressionEvaluator, org.eclipse.birt.chart.factory.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.
 GeneratedChartState IGenerator.build(IDisplayServer ids, Chart cmDesignTime, Bounds bo, org.eclipse.birt.chart.script.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, org.eclipse.birt.chart.script.IExternalContext externalContext, RunTimeContext rtc, org.eclipse.birt.chart.style.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.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()
           
 

Methods in org.eclipse.birt.chart.render with parameters of type RunTimeContext
static BaseRenderer[] BaseRenderer.instances(Chart cm, RunTimeContext rtc, org.eclipse.birt.chart.computation.PlotComputation oComputations)
          This method returns appropriate renders for the given chart model.
 void BaseRenderer.set(RunTimeContext _rtc)
          Sets the runtime context object for current renderer.
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.