Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
BaseRenderer |
LegendItemRenderingHints.getRenderer() |
Constructor and Description |
---|
LegendItemRenderingHints(BaseRenderer _br,
Bounds _boLegendGraphic) |
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 |
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 |
---|---|
BaseRenderer |
BaseRenderer.getRenderer(int iIndex)
Provides access to any other renderer in the group that participates in
chart rendering
|
BaseRenderer |
BaseRenderer.getRenderer(int iIndex)
Provides access to any other renderer in the group that participates in
chart rendering
|
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.
|
Modifier and Type | Method and Description |
---|---|
DeferredCache |
DeferredCacheManager.createDeferredCache(BaseRenderer br,
int cacheIndex)
Create
DeferredCache instance for current series. |
static java.util.List<double[]> |
CurveRenderer.generateCurvePoints(BaseRenderer _render,
Location[] loPoints,
boolean connectMissingValue,
double fXOffset,
double fYOffset)
Generates the points of curve line.
|
void |
BaseRenderer.set(BaseRenderer[] _brna)
Sets all associated renderers used for current chart rendering.
|
void |
BaseRenderer.set(BaseRenderer[] _brna)
Sets all associated renderers used for current chart rendering.
|
Constructor and Description |
---|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
CurveRenderer(ChartWithAxes _cwa,
BaseRenderer _render,
LineAttributes _lia,
Location[] _lo,
double _zeroLocation,
boolean _bShowAsTape,
double _tapeWidth,
boolean _bFillArea,
boolean _bTranslucent,
boolean _bUseLastState,
boolean _bDeferred,
boolean _bKeepState,
Fill paletteEntry,
boolean usePaletteLineColor,
boolean connectMissingValue)
The constructor.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.