|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Chart | |
---|---|
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.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.render | Contains classes that represent the core plot rendering framework. |
Uses of Chart in org.eclipse.birt.chart.device |
---|
Methods in org.eclipse.birt.chart.device that return Chart | |
---|---|
Chart |
EmptyUpdateNotifier.getDesignTimeModel()
|
Chart |
IUpdateNotifier.getDesignTimeModel()
Returns an instance of the chart design-time model |
Chart |
EmptyUpdateNotifier.getRunTimeModel()
|
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. |
Methods in org.eclipse.birt.chart.factory with parameters of type Chart | |
---|---|
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. |
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. |
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 |
Chart.copyInstance()
A convenient method to get an instance copy. |
Chart |
ModelFactory.createChart()
Returns a new object of class 'Chart'. |
Chart |
Serializer.fromXml(java.io.ByteArrayInputStream byaIS,
boolean bStripHeaders)
Reads the chart model from the ByteArrayInputStream. |
Chart |
Serializer.optimize(Chart cm)
Optimizes the chart model. |
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. |
Methods in org.eclipse.birt.chart.model with parameters of type Chart | |
---|---|
java.io.ByteArrayOutputStream |
Serializer.asXml(Chart cModel,
boolean bStripHeaders)
Write the chart described by the model to a ByteArrayOutputStream. |
Chart |
Serializer.optimize(Chart cm)
Optimizes the chart model. |
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. |
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 |
ChartImpl.copyInstance()
A convenient method to get an instance copy. |
static Chart |
ChartImpl.create(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EReference ref)
|
Chart |
ModelFactoryImpl.createChart()
|
Chart |
SerializerImpl.fromXml(java.io.ByteArrayInputStream byais,
boolean bStripHeaders)
|
Chart |
SerializerImpl.optimize(Chart cm)
|
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)
|
Methods in org.eclipse.birt.chart.model.impl with parameters of type Chart | |
---|---|
java.io.ByteArrayOutputStream |
SerializerImpl.asXml(Chart cModel,
boolean bStripHeaders)
|
Chart |
SerializerImpl.optimize(Chart cm)
|
void |
SerializerImpl.write(Chart cModel,
java.io.OutputStream os)
|
void |
SerializerImpl.write(Chart cModel,
org.eclipse.emf.common.util.URI uri)
|
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)
|
Size |
LabelBlockImpl.getPreferredSize(IDisplayServer xs,
Chart cm,
RunTimeContext rtc)
|
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 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.render |
---|
Methods in org.eclipse.birt.chart.render that return Chart | |
---|---|
Chart |
BaseRenderer.getModel()
|
Methods in org.eclipse.birt.chart.render with parameters of type Chart | |
---|---|
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 |
AxesRenderer.set(Chart _cm,
org.eclipse.birt.chart.computation.PlotComputation _o,
Series _se,
Axis _ax,
SeriesDefinition _sd)
|
void |
BaseRenderer.set(Chart _cm,
org.eclipse.birt.chart.computation.PlotComputation _oComputation,
Series _se,
SeriesDefinition _sd)
Sets the context information for current renderer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |