Package | Description |
---|---|
org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
org.eclipse.birt.chart.render |
Contains classes that represent the core plot rendering framework.
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashMap<Series,LegendItemRenderingHints> |
GeneratedChartState.getRenderers()
Returns a sorted lookup list of all series renderers.
|
java.util.LinkedHashMap<Series,LegendItemRenderingHints> |
GeneratedChartState.getRenderers()
Returns a sorted lookup list of all series renderers.
|
java.util.Map<Series,LegendItemRenderingHints> |
RunTimeContext.getSeriesRenderers()
Returns the series renderers for current context.
|
java.util.Map<Series,LegendItemRenderingHints> |
RunTimeContext.getSeriesRenderers()
Returns the series renderers for current context.
|
Modifier and Type | Method and Description |
---|---|
void |
RunTimeContext.setSeriesRenderers(java.util.Map<Series,LegendItemRenderingHints> msr)
Sets the series renderers for current context.
|
void |
RunTimeContext.setSeriesRenderers(java.util.Map<Series,LegendItemRenderingHints> msr)
Sets the series renderers for current context.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRenderer.render(java.util.Map<Series,LegendItemRenderingHints> htRenderers,
Bounds bo)
Renders all blocks using the appropriate block z-order and the
containment hierarchy.
|
void |
AxesRenderer.render(java.util.Map<Series,LegendItemRenderingHints> htRenderers,
Bounds bo)
Overridden behavior for graphic element series that are plotted along
axes
|
void |
BaseRenderer.render(java.util.Map<Series,LegendItemRenderingHints> htRenderers,
Bounds bo)
Renders all blocks using the appropriate block z-order and the
containment hierarchy.
|
void |
AxesRenderer.render(java.util.Map<Series,LegendItemRenderingHints> htRenderers,
Bounds bo)
Overridden behavior for graphic element series that are plotted along
axes
|
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.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.