Package | Description |
---|---|
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 |
AxesRenderer
Provides a base framework for custom series rendering extensions that are
interested in being rendered in a pre-computed plot containing axes.
|
class |
BaseRenderer
Provides a generic framework that initiates the rendering sequence of the
various chart components.
|
class |
EmptyWithAxes
This class implements an empty renderer for ChartWithAxes type.
|
class |
EmptyWithoutAxes
This class implements an empty renderer for ChartWithoutAxes type.
|
Modifier and Type | Method and Description |
---|---|
void |
IChartEventHandler.afterDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
Called after rendering Series.
|
void |
ChartEventHandlerAdapter.afterDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc) |
void |
IChartEventHandler.beforeDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc)
Called before rendering Series.
|
void |
ChartEventHandlerAdapter.beforeDrawSeries(Series series,
ISeriesRenderer isr,
IChartScriptContext icsc) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.