| 程序包 | 说明 |
|---|---|
| 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.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
| org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
| org.eclipse.birt.chart.script |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PlotWith2DAxes
This class is capable of computing the content of a chart (with axes) based
on preferred sizes, text rotation, fit ability, scaling, etc and prepares it
for rendering.
|
class |
PlotWith3DAxes
This class is capable of computing the content of a chart (with axes) based
on preferred sizes, text rotation, fit ability, scaling, etc and prepares it
for rendering.
|
class |
PlotWithAxes
PlotWithAxes
|
| 限定符和类型 | 字段和说明 |
|---|---|
PlotComputation |
AutoScale.ScaleInfo.plotComp |
| 构造器和说明 |
|---|
ScaleInfo(PlotComputation plotComp,
int iType,
RunTimeContext rtc,
FormatSpecifier fs,
OneAxis ax,
int iScaleDirection,
boolean bExpandMinMax) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PlotWithoutAxes
This class is capable of computing the content of a chart (without axes)
based on preferred sizes, text rotation, fit ability, scaling, etc and
prepares it for rendering.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PlotComputation |
GeneratedChartState.getComputations()
Returns an internal class capable of computing the chart content.
|
PlotComputation |
GeneratedChartState.getComputations()
Returns an internal class capable of computing the chart content.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PlotComputation |
BaseRenderer.getComputations() |
PlotComputation |
BaseRenderer.getComputations() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseRenderer[] |
BaseRenderer.instances(Chart cm,
RunTimeContext rtc,
PlotComputation oComputations)
This method returns appropriate renders for the given chart model.
|
static 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 |
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.
|
void |
BaseRenderer.set(Chart _cm,
PlotComputation _oComputation,
Series _se,
SeriesDefinition _sd)
Sets the context information for current renderer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IChartEventHandler.afterComputations(Chart cm,
PlotComputation oComputations)
Called after computations of chart model.
|
void |
ChartEventHandlerAdapter.afterComputations(Chart cm,
PlotComputation oComputations) |
void |
IChartEventHandler.beforeComputations(Chart cm,
PlotComputation oComputations)
Called before computations of chart model.
|
void |
ChartEventHandlerAdapter.beforeComputations(Chart cm,
PlotComputation oComputations) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.