Package | Description |
---|---|
org.eclipse.birt.chart.device |
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDeviceRenderer
Combines the primitive rendering notifications provided in the primitive and
other convenience methods needed by a device renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceAdapter
A no-op adapter implementation for the
IDeviceRenderer interface definition. |
Modifier and Type | Method and Description |
---|---|
void |
TextRendererAdapter.renderShadowAtLocation(IPrimitiveRenderer idr,
int labelPosition,
Location lo,
Label la) |
void |
ITextRenderer.renderShadowAtLocation(IPrimitiveRenderer idr,
int iLabelPosition,
Location lo,
Label la)
This method renders the 'shadow' at an offset from the text 'rotated
rectangle' subsequently rendered.
|
void |
TextRendererAdapter.renderTextAtLocation(IPrimitiveRenderer ipr,
int labelPosition,
Location lo,
Label la) |
void |
ITextRenderer.renderTextAtLocation(IPrimitiveRenderer ipr,
int iLabelPosition,
Location lo,
Label la) |
Modifier and Type | Method and Description |
---|---|
void |
IAxesDecorator.decorateAxes(IPrimitiveRenderer ipr,
ISeriesRenderingHints isrh,
OneAxis ax)
Perform decoration.
|
void |
MarkerRenderer.draw(IPrimitiveRenderer ipr)
Render the marker with given renderer.
|
void |
CurveRenderer.draw(IPrimitiveRenderer ipr) |
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.renderLabel(IPrimitiveRenderer ipr,
Block b,
java.lang.Object oSource)
Renders label of a LabelBlock.
|
void |
BaseRenderer.renderLabel(IPrimitiveRenderer ipr,
Block b,
java.lang.Object oSource)
Renders label of a LabelBlock.
|
void |
BaseRenderer.renderLegend(IPrimitiveRenderer ipr,
Legend lg,
java.util.Map<Series,LegendItemRenderingHints> htRenderers)
Renders the legend block based on the legend rendering rules.
|
void |
BaseRenderer.renderLegend(IPrimitiveRenderer ipr,
Legend lg,
java.util.Map<Series,LegendItemRenderingHints> htRenderers)
Renders the legend block based on the legend rendering rules.
|
void |
ISeriesRenderer.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo)
Notifies the series renderer to render a legend graphic element in the
legend content that represents the series associated with the renderer.
|
void |
ISeriesRenderer.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo)
Notifies the series renderer to render a legend graphic element in the
legend content that represents the series associated with the renderer.
|
void |
EmptyWithoutAxes.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo) |
void |
EmptyWithAxes.renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo) |
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) |
void |
BaseRenderer.renderTitle(IPrimitiveRenderer ipr,
TitleBlock b)
Renders the Chart Title Block
|
void |
BaseRenderer.renderTitle(IPrimitiveRenderer ipr,
TitleBlock b)
Renders the Chart Title Block
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.