Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
PlotComputation |
AutoScale.ScaleInfo.plotComp |
Constructor and Description |
---|
ScaleInfo(PlotComputation plotComp,
int iType,
RunTimeContext rtc,
FormatSpecifier fs,
OneAxis ax,
int iScaleDirection,
boolean bExpandMinMax) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PlotComputation |
BaseRenderer.getComputations() |
PlotComputation |
BaseRenderer.getComputations() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.