Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.computation.withaxes |
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
abstract ISeriesRenderingHints |
PlotComputation.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal) |
Modifier and Type | Class and Description |
---|---|
class |
SeriesRenderingHints
SeriesRenderingHints
|
class |
SeriesRenderingHints3D
SeriesRenderingHints3D
|
Modifier and Type | Method and Description |
---|---|
ISeriesRenderingHints |
PlotWith3DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal) |
ISeriesRenderingHints |
PlotWith2DAxes.getSeriesRenderingHints(SeriesDefinition sdOrthogonal,
Series seOrthogonal) |
Modifier and Type | Interface and Description |
---|---|
interface |
ISeriesRenderingHints3D
This interface defines the 3D rendering hints required by series renderer.
|
Modifier and Type | Method and Description |
---|---|
ISeriesRenderingHints |
BaseRenderer.getSeriesRenderingHints() |
ISeriesRenderingHints |
BaseRenderer.getSeriesRenderingHints() |
Modifier and Type | Method and Description |
---|---|
void |
ISeriesRenderer.compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh)
Sends out a first pass notification to the series renderer implementation
to perform any necessary pre-computations prior to a second pass
rendering.
|
void |
ISeriesRenderer.compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh)
Sends out a first pass notification to the series renderer implementation
to perform any necessary pre-computations prior to a second pass
rendering.
|
void |
EmptyWithoutAxes.compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh) |
void |
EmptyWithAxes.compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh) |
void |
IAxesDecorator.decorateAxes(IPrimitiveRenderer ipr,
ISeriesRenderingHints isrh,
OneAxis ax)
Perform decoration.
|
void |
ISeriesRenderer.renderSeries(IPrimitiveRenderer ipr,
Plot p,
ISeriesRenderingHints isrh)
Notifies the series renderer to render itself in the provided plot area.
|
void |
ISeriesRenderer.renderSeries(IPrimitiveRenderer ipr,
Plot p,
ISeriesRenderingHints isrh)
Notifies the series renderer to render itself in the provided plot area.
|
void |
EmptyWithoutAxes.renderSeries(IPrimitiveRenderer ipr,
Plot p,
ISeriesRenderingHints isrh) |
void |
EmptyWithAxes.renderSeries(IPrimitiveRenderer ipr,
Plot p,
ISeriesRenderingHints isrh) |
void |
BaseRenderer.set(ISeriesRenderingHints _srh)
Sets the series rendering hints for current renderer.
|
void |
BaseRenderer.set(ISeriesRenderingHints _srh)
Sets the series rendering hints for current renderer.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.