Uses of Interface
org.eclipse.birt.chart.model.Chart
Packages that use Chart
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
Contains classes and interfaces used in the chart building and generation
phase.
Contains the chart model interfaces that define the starting point for creating
a new chart.
Represents a set of chart sub-components (as interfaces) that are used to
build a complete chart.
Represents a set of chart sub-components (as core implementations) that are
used to build a complete chart.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
Contains core class implementations for blocks associated with the chart
representation.
Contains a default out-of-the-box set of series type core implementation
classes that are associated with all charts.
Contains classes that represent the core plot rendering framework.
-
Uses of Chart in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return ChartMethods in org.eclipse.birt.chart.computation with parameters of type ChartModifier and TypeMethodDescriptionLegendBuilder.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 Chart -
Uses of Chart in org.eclipse.birt.chart.computation.withaxes
Methods in org.eclipse.birt.chart.computation.withaxes that return Chart -
Uses of Chart in org.eclipse.birt.chart.device
Methods in org.eclipse.birt.chart.device that return ChartModifier and TypeMethodDescriptionEmptyUpdateNotifier.getDesignTimeModel()
IUpdateNotifier.getDesignTimeModel()
Returns an instance of the chart design-time modelEmptyUpdateNotifier.getRunTimeModel()
IUpdateNotifier.getRunTimeModel()
Returns an instance of the chart run-time model for the last generated instanceConstructors in org.eclipse.birt.chart.device with parameters of type ChartModifierConstructorDescriptionEmptyUpdateNotifier
(Chart designModel, Chart runtimeModel) The constructor. -
Uses of Chart in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory that return ChartModifier and TypeMethodDescriptionGeneratedChartState.getChartModel()
Returns an instance of the source chart model associated with the built chart content.RunTimeContext.getDefaultValueChart()
Returns instance of default value chart.Methods in org.eclipse.birt.chart.factory with parameters of type ChartModifier and TypeMethodDescriptionvoid
Generator.bindData
(ResultSet resultSet, Chart chart, RunTimeContext rtc) Binds a sql Resuset to a chart model.void
Generator.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, Chart chart, RunTimeContext rtc) Binds data to the chart model using a row expression evaluator.void
IGenerator.bindData
(ResultSet resultSet, Chart chart, RunTimeContext rtc) Binds a sql Resuset to a chart model.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
(IDataRowExpressionEvaluator expressionEvaluator, Chart chart, RunTimeContext rtc) Binds data to the chart model using a row expression evaluator.Generator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, RunTimeContext rtc) Builds and computes preferred sizes of various chart components offscreen using the provided display server.Generator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, IExternalContext externalContext, RunTimeContext rtc) Builds and computes preferred sizes of various chart components offscreen using the provided display server.Generator.build
(IDisplayServer ids, Chart cmRunTime, Bounds bo, 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.Generator.build
(IDisplayServer ids, Chart cmRunTime, org.mozilla.javascript.Scriptable scParent, Bounds bo, RunTimeContext rtc) Deprecated.Generator.build
(IDisplayServer ids, Chart cmRunTime, org.mozilla.javascript.Scriptable scParent, Bounds bo, RunTimeContext rtc, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor) Deprecated.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.IGenerator.build
(IDisplayServer ids, Chart cmDesignTime, Bounds bo, 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.Generator.getRowExpressions
(Chart cm) This retrieves all the data row related expressions stored in the chart model.Generator.getRowExpressions
(Chart cm, IActionEvaluator iae) This retrieves all the row expressions stored in the chart model.Generator.getRowExpressions
(Chart cm, IActionEvaluator iae, boolean needChangeValueExpr) This retrieves all the row expressions stored in the chart model.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.Generator.prepare
(Chart model, IExternalContext externalContext, IScriptClassLoader iscl, Locale locale) Deprecated.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
Generator.prepareStyles
(Chart model, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor) Prepare all default styles for various StyledComponent.void
Generator.prepareStyles
(Chart model, org.eclipse.birt.chart.style.IStyleProcessor externalProcessor, RunTimeContext rtc) Prepare all default styles for various StyledComponent.void
RunTimeContext.setDefaultValueChart
(Chart cm) Sets instance of default value chart. -
Uses of Chart in org.eclipse.birt.chart.model
Subinterfaces of Chart in org.eclipse.birt.chart.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Chart With Axes'.interface
A representation of the model object 'Chart Without Axes'.interface
A representation of the model object 'Dial Chart'.Methods in org.eclipse.birt.chart.model that return ChartModifier and TypeMethodDescriptionChart.copyInstance()
ModelFactory.createChart()
Returns a new object of class 'Chart'.Serializer.fromXml
(ByteArrayInputStream byaIS, boolean bStripHeaders) Reads the chart model from the ByteArrayInputStream.Serializer.read
(InputStream is) Reads the chart model from the given InputStreamSerializer.read
(org.eclipse.emf.common.util.URI uri) Reads the chart model from the location defined by the URI provided.Serializer.readEmbedded
(org.eclipse.emf.common.util.URI uri) Reads the chart model embedded inside other XML content defined by the URI provided.Methods in org.eclipse.birt.chart.model with parameters of type ChartModifier and TypeMethodDescriptionWrite the chart described by the model to a ByteArrayOutputStream.void
Serializer.write
(Chart cModel, OutputStream os) Write the chart described by the model to the OutputStream provided.void
Write the chart described by the model to the location defined by the URI provided. -
Uses of Chart in org.eclipse.birt.chart.model.component
Methods in org.eclipse.birt.chart.model.component with parameters of type ChartModifier and TypeMethodDescriptionvoid
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 ChartModifier and TypeMethodDescriptionvoid
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 ChartModifier and TypeClassDescriptionclass
An implementation of the model object ' Chart'.class
An implementation of the model object ' Chart With Axes'.class
An implementation of the model object 'Chart Without Axes'.class
An implementation of the model object 'Dial Chart'.Methods in org.eclipse.birt.chart.model.impl that return ChartModifier and TypeMethodDescriptionChartImpl.copyInstance()
ModelFactoryImpl.createChart()
SerializerImpl.fromXml
(ByteArrayInputStream byais, boolean bStripHeaders) SerializerImpl.read
(InputStream is) SerializerImpl.read
(org.eclipse.emf.common.util.URI uri) SerializerImpl.readEmbedded
(org.eclipse.emf.common.util.URI uri) Methods in org.eclipse.birt.chart.model.impl with parameters of type Chart -
Uses of Chart in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout with parameters of type ChartModifier and TypeMethodDescriptionBlock.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) Computes and returns the size of the title block based on the text content and its attributesvoid
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 ChartModifier and TypeMethodDescriptionBlockImpl.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) final Size
LabelBlockImpl.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) final Size
LegendImpl.getPreferredSize
(IDisplayServer xs, Chart cm, RunTimeContext rtc) final void
LegendImpl.updateLayout
(Chart cm) -
Uses of Chart in org.eclipse.birt.chart.model.type.impl
Methods in org.eclipse.birt.chart.model.type.impl with parameters of type ChartModifier and TypeMethodDescriptionvoid
AreaSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) void
BarSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) void
LineSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) void
StockSeriesImpl.translateFrom
(Series series, int iSeriesDefinitionIndex, Chart chart) -
Uses of Chart in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render that return ChartMethods in org.eclipse.birt.chart.render with parameters of type ChartModifier and TypeMethodDescriptionstatic final BaseRenderer[]
BaseRenderer.instances
(Chart cm, RunTimeContext rtc, PlotComputation oComputations) This method returns appropriate renders for the given chart model.void
AxesRenderer.set
(Chart _cm, PlotComputation _o, Series _se, Axis _ax, SeriesDefinition _sd) void
BaseRenderer.set
(Chart _cm, PlotComputation _oComputation, Series _se, SeriesDefinition _sd) Sets the context information for current renderer.Constructors in org.eclipse.birt.chart.render with parameters of type ChartModifierConstructorDescriptionDeferredCache
(IDeviceRenderer idr, Chart c, int cacheIndex) The constructor.DeferredCacheManager
(IDeviceRenderer idr, Chart chart) Constructor of the class. -
Uses of Chart in org.eclipse.birt.chart.script
Methods in org.eclipse.birt.chart.script that return ChartModifier and TypeMethodDescriptionChartScriptContext.getChartInstance()
IChartScriptContext.getChartInstance()
Methods in org.eclipse.birt.chart.script with parameters of type ChartModifier and TypeMethodDescriptionvoid
ChartEventHandlerAdapter.afterComputations
(Chart cm, PlotComputation oComputations) void
IChartEventHandler.afterComputations
(Chart cm, PlotComputation oComputations) Called after computations of chart model.void
ChartEventHandlerAdapter.beforeComputations
(Chart cm, PlotComputation oComputations) void
IChartEventHandler.beforeComputations
(Chart cm, PlotComputation oComputations) Called before computations of chart model.void
ChartEventHandlerAdapter.beforeGeneration
(Chart cm, IChartScriptContext icsc) void
IChartEventHandler.beforeGeneration
(Chart cm, IChartScriptContext icsc) Called before generation of chart model to GeneratedChartState.void
ChartScriptContext.setChartInstance
(Chart cm) Binding the script context with the chart instancevoid
ScriptHandler.setDesignTimeModel
(Chart cmDesignTime) Deprecated.Not used anymore.void
ScriptHandler.setRunTimeModel
(Chart cmRunTime) Deprecated.Not used anymore.
Generator.build(IDisplayServer, Chart, Bounds, IExternalContext, RunTimeContext)
instead.