Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static StructureSource |
StructureSource.createPlot(Plot pt)
Creates a Structure Source for type Plot.
|
Modifier and Type | Method and Description |
---|---|
Plot |
Chart.getPlot()
Convenience method that gets the Plot Block for the chart.
|
Modifier and Type | Method and Description |
---|---|
Plot |
ChartImpl.getPlot()
Note: Manually written
|
Modifier and Type | Method and Description |
---|---|
Plot |
Plot.copyInstance() |
Plot |
LayoutFactory.createPlot()
Returns a new object of class 'Plot'.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotImpl
An implementation of the model object '
Plot'.
|
Modifier and Type | Method and Description |
---|---|
Plot |
PlotImpl.copyInstance() |
Plot |
LayoutFactoryImpl.createPlot() |
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 |
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.