| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
| org.eclipse.birt.chart.model |
Contains the chart model interfaces that define the starting point for creating
a new chart.
|
| org.eclipse.birt.chart.model.impl |
Represents the chart model implementation classes that define the starting
point for creating a new chart.
|
| org.eclipse.birt.chart.model.layout |
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
|
| org.eclipse.birt.chart.model.layout.impl |
Contains core class implementations for blocks associated with the chart
representation.
|
| org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static StructureSource |
StructureSource.createPlot(Plot pt)
Creates a Structure Source for type Plot.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Plot |
Chart.getPlot()
Convenience method that gets the Plot Block for the chart.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Plot |
ChartImpl.getPlot()
Note: Manually written
|
| 限定符和类型 | 方法和说明 |
|---|---|
Plot |
Plot.copyInstance() |
Plot |
LayoutFactory.createPlot()
Returns a new object of class 'Plot'
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PlotImpl
An implementation of the model object '
Plot'.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Plot |
PlotImpl.copyInstance() |
Plot |
LayoutFactoryImpl.createPlot() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr,
Plot pl,
OneAxis ax,
int iWhatToDraw)
Renders the axis.
|
void |
AxesRenderer.renderEachAxis(IPrimitiveRenderer ipr,
Plot pl,
OneAxis ax,
int iWhatToDraw)
Renders the axis.
|
void |
BaseRenderer.renderPlot(IPrimitiveRenderer ipr,
Plot p)
Renders the Plot
|
void |
AxesRenderer.renderPlot(IPrimitiveRenderer ipr,
Plot p)
This method renders the bar graphic elements superimposed over the plot
background and any previously rendered series' graphic elements.
|
void |
BaseRenderer.renderPlot(IPrimitiveRenderer ipr,
Plot p)
Renders the Plot
|
void |
AxesRenderer.renderPlot(IPrimitiveRenderer ipr,
Plot p)
This method renders the bar graphic elements superimposed over the plot
background and any previously rendered series' graphic elements.
|
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) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.