Uses of Interface
org.eclipse.birt.chart.model.Chart

Packages that use Chart
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation 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.datafeed   
org.eclipse.birt.chart.internal.layout   
org.eclipse.birt.chart.model Contains the chart model interfaces that define the starting point for creating a new chart. 
org.eclipse.birt.chart.model.component Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.impl Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. 
org.eclipse.birt.chart.model.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
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.model.type.impl Contains a default out-of-the-box set of series type core implementation classes that are associated with all charts. 
org.eclipse.birt.chart.model.util This is a placeholder file for the org.eclipse.birt.chart.model.util package. 
org.eclipse.birt.chart.render Contains classes that represent the core plot rendering framework. 
org.eclipse.birt.chart.script   
org.eclipse.birt.chart.style   
 

Uses of Chart in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation with parameters of type Chart
 Size LegendBuilder.compute(IDisplayServer xs, Chart cm, SeriesDefinition[] seda, RunTimeContext rtc)
          Computes the size of the legend.
 

Uses of Chart in org.eclipse.birt.chart.device
 

Methods in org.eclipse.birt.chart.device that return Chart
 Chart EmptyUpdateNotifier.getDesignTimeModel()
           
 Chart EmptyUpdateNotifier.getRunTimeModel()
           
 Chart IUpdateNotifier.getDesignTimeModel()
          Returns an instance of the chart design-time model
 Chart IUpdateNotifier.getRunTimeModel()
          Returns an instance of the chart run-time model for the last generated instance
 

Constructors in org.eclipse.birt.chart.device with parameters of type Chart
EmptyUpdateNotifier(Chart designModel, Chart runtimeModel)
          The constructor.
 

Uses of Chart in org.eclipse.birt.chart.factory
 

Methods in org.eclipse.birt.chart.factory that return Chart
 Chart GeneratedChartState.getChartModel()
          Returns an instance of the source chart model associated with the built chart content.
 Chart GeneratedChartState.getChartModel()
          Returns an instance of the source chart model associated with the built chart content.
 

Methods in org.eclipse.birt.chart.factory with parameters of type Chart
 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.
 void IGenerator.bindData(java.sql.ResultSet resultSet, Chart chart, RunTimeContext rtc)
          Binds a sql Resuset to a chart model.
 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.
 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.
 java.util.List Generator.getRowExpressions(Chart cm)
          This retrieves all the data row related expressions stored in the chart model.
 java.util.List Generator.getRowExpressions(Chart cm, IActionEvaluator iae)
          This retrieves all the row expressions stored in the chart model.
 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.
 RunTimeContext Generator.prepare(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, java.util.Locale locale)
          Deprecated. use Generator.prepare(Chart, IExternalContext, IScriptClassLoader, ULocale) instead.
 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.
 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.
 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, 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, IStyleProcessor externalProcessor)
          Builds and computes preferred sizes of various chart components offscreen using the provided display server.
 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.
 void IGenerator.bindData(java.sql.ResultSet resultSet, Chart chart, RunTimeContext rtc)
          Binds a sql Resuset to a chart model.
 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.
 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.
 

Uses of Chart in org.eclipse.birt.chart.internal.datafeed
 

Methods in org.eclipse.birt.chart.internal.datafeed with parameters of type Chart
 void DataProcessor.generateRuntimeSeries(IDataRowExpressionEvaluator idre, Chart cm)
          Fills the model chart runtime series with the data
 

Constructors in org.eclipse.birt.chart.internal.datafeed with parameters of type Chart
GroupingLookupHelper(Chart cm, IActionEvaluator iae, com.ibm.icu.util.ULocale locale)
          Constructor.
 

Uses of Chart in org.eclipse.birt.chart.internal.layout
 

Methods in org.eclipse.birt.chart.internal.layout with parameters of type Chart
 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 Chart in org.eclipse.birt.chart.model
 

Subinterfaces of Chart in org.eclipse.birt.chart.model
 interface ChartWithAxes
           A representation of the model object 'Chart With Axes'.
 interface ChartWithoutAxes
           A representation of the model object 'Chart Without Axes'.
 interface DialChart
           A representation of the model object 'Dial Chart'.
 

Methods in org.eclipse.birt.chart.model that return Chart
 Chart ModelFactory.createChart()
          Returns a new object of class 'Chart'.
 Chart Serializer.read(java.io.InputStream is)
          Reads the chart model from the given InputStream
 Chart Serializer.read(org.eclipse.emf.common.util.URI uri)
          Reads the chart model from the location defined by the URI provided.
 Chart Serializer.readEmbedded(org.eclipse.emf.common.util.URI uri)
          Reads the chart model embedded inside other XML content defined by the URI provided.
 Chart Serializer.fromXml(java.io.ByteArrayInputStream byaIS, boolean bStripHeaders)
          Reads the chart model from the ByteArrayInputStream.
 

Methods in org.eclipse.birt.chart.model with parameters of type Chart
 void Serializer.write(Chart cModel, java.io.OutputStream os)
          Write the chart described by the model to the OutputStream provided.
 void Serializer.write(Chart cModel, org.eclipse.emf.common.util.URI uri)
          Write the chart described by the model to the location defined by the URI provided.
 java.io.ByteArrayOutputStream Serializer.asXml(Chart cModel, boolean bStripHeaders)
          Write the chart described by the model to a ByteArrayOutputStream.
 

Uses of Chart in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Chart
 void Series.translateFrom(Series sourceSeries, int iSeriesDefinitionIndex, Chart chart)
          This method should modify the series instance to extract whatever information it can from the series provided...updating the model if necessary.
 

Uses of Chart in org.eclipse.birt.chart.model.component.impl
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Chart
 void SeriesImpl.translateFrom(Series sourceSeries, int iSeriesDefinitionIndex, Chart chart)
           
 

Uses of Chart in org.eclipse.birt.chart.model.impl
 

Classes in org.eclipse.birt.chart.model.impl that implement Chart
 class ChartImpl
           An implementation of the model object ' Chart'.
 class ChartWithAxesImpl
           An implementation of the model object ' Chart With Axes'.
 class ChartWithoutAxesImpl
           An implementation of the model object 'Chart Without Axes'.
 class DialChartImpl
           An implementation of the model object 'Dial Chart'.
 

Methods in org.eclipse.birt.chart.model.impl that return Chart
 Chart SerializerImpl.read(java.io.InputStream is)
           
 Chart SerializerImpl.read(org.eclipse.emf.common.util.URI uri)
           
 Chart SerializerImpl.readEmbedded(org.eclipse.emf.common.util.URI uri)
           
 Chart SerializerImpl.fromXml(java.io.ByteArrayInputStream byais, boolean bStripHeaders)
           
 Chart ModelFactoryImpl.createChart()
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type Chart
 void SerializerImpl.write(Chart cModel, java.io.OutputStream os)
           
 void SerializerImpl.write(Chart cModel, org.eclipse.emf.common.util.URI uri)
           
 java.io.ByteArrayOutputStream SerializerImpl.asXml(Chart cModel, boolean bStripHeaders)
           
 

Uses of Chart in org.eclipse.birt.chart.model.layout
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type Chart
 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
 void Legend.updateLayout(Chart cm)
          Update the legend's block relationship in the hierarchy w.r.t.
 

Uses of Chart in org.eclipse.birt.chart.model.layout.impl
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Chart
 Size BlockImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 Size LegendImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 void LegendImpl.updateLayout(Chart cm)
           
 Size LabelBlockImpl.getPreferredSize(IDisplayServer xs, Chart cm, RunTimeContext rtc)
           
 

Uses of Chart in org.eclipse.birt.chart.model.type.impl
 

Methods in org.eclipse.birt.chart.model.type.impl with parameters of type Chart
 void BarSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 void StockSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 void LineSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 void AreaSeriesImpl.translateFrom(Series series, int iSeriesDefinitionIndex, Chart chart)
           
 

Uses of Chart in org.eclipse.birt.chart.model.util
 

Methods in org.eclipse.birt.chart.model.util with parameters of type Chart
 java.lang.Object ModelSwitch.caseChart(Chart object)
          Returns the result of interpretting the object as an instance of 'Chart'.
 

Uses of Chart in org.eclipse.birt.chart.render
 

Methods in org.eclipse.birt.chart.render that return Chart
 Chart BaseRenderer.getModel()
           
 Chart BaseRenderer.getModel()
           
 

Methods in org.eclipse.birt.chart.render with parameters of type Chart
 void BaseRenderer.set(Chart _cm, java.lang.Object _oComputation, Series _se, SeriesDefinition _sd)
          Sets the context infomation for current renderer.
static BaseRenderer[] BaseRenderer.instances(Chart cm, RunTimeContext rtc, java.lang.Object oComputations)
          This method returns appropriate renders for the given chart model.
 void AxesRenderer.set(Chart _cm, java.lang.Object _o, Series _se, Axis _ax, SeriesDefinition _sd)
           
 void BaseRenderer.set(Chart _cm, java.lang.Object _oComputation, Series _se, SeriesDefinition _sd)
          Sets the context infomation for current renderer.
static BaseRenderer[] BaseRenderer.instances(Chart cm, RunTimeContext rtc, java.lang.Object oComputations)
          This method returns appropriate renders for the given chart model.
 void AxesRenderer.set(Chart _cm, java.lang.Object _o, Series _se, Axis _ax, SeriesDefinition _sd)
           
 

Constructors in org.eclipse.birt.chart.render with parameters of type Chart
DeferredCacheManager(IDeviceRenderer idr, Chart chart)
          Constructor of the class.
DeferredCache(IDeviceRenderer idr, Chart c)
          The constructor.
 

Uses of Chart in org.eclipse.birt.chart.script
 

Methods in org.eclipse.birt.chart.script that return Chart
 Chart ChartScriptContext.getChartInstance()
           
 Chart IChartScriptContext.getChartInstance()
           
 

Methods in org.eclipse.birt.chart.script with parameters of type Chart
 void ScriptHandler.setDesignTimeModel(Chart cmDesignTime)
          Deprecated. Not used anymore. This is kept for backward compatibility only.
 void ScriptHandler.setRunTimeModel(Chart cmRunTime)
          Deprecated. Not used anymore. Use IChartScriptContext to store the run-time model now. This is kept for backward compatibility only.
 void ChartScriptContext.setChartInstance(Chart cm)
          Binding the script context with the chart instance
 void IChartEventHandler.beforeGeneration(Chart cm, IChartScriptContext icsc)
          Called before generation of chart model to GeneratedChartState.
 void ChartEventHandlerAdapter.beforeGeneration(Chart cm, IChartScriptContext icsc)
           
 

Uses of Chart in org.eclipse.birt.chart.style
 

Methods in org.eclipse.birt.chart.style with parameters of type Chart
 IStyle IStyleProcessor.getStyle(Chart model, StyledComponent name)
          Returns the style as per given component name.
 IStyle SimpleProcessor.getStyle(Chart model, StyledComponent name)
           
 



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