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.createLegend(Legend lg)
Creates a Structure Source for type Legend.
|
static StructureSource |
WrappedStructureSource.createLegendEntry(Legend lg,
LegendItemHints entry)
Creates a WrappedStructure Source for type Legend Entry with a Legend
parent.
|
static StructureSource |
WrappedStructureSource.createLegendTitle(Legend lg,
Label title)
Creates a WrappedStructure Source for type Legend Title with a Legend
parent.
|
Modifier and Type | Method and Description |
---|---|
Legend |
Chart.getLegend()
Convenience method that gets the Legend Block for the chart.
|
Modifier and Type | Method and Description |
---|---|
Legend |
ChartImpl.getLegend()
Note: Manually written
|
Modifier and Type | Method and Description |
---|---|
Legend |
Legend.copyInstance() |
Legend |
LayoutFactory.createLegend()
Returns a new object of class 'Legend'.
|
Modifier and Type | Class and Description |
---|---|
class |
LegendImpl
An implementation of the model object '
Legend'.
|
Modifier and Type | Method and Description |
---|---|
Legend |
LegendImpl.copyInstance() |
Legend |
LayoutFactoryImpl.createLegend() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.