|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Legend | |
---|---|
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. |
Uses of Legend in org.eclipse.birt.chart.event |
---|
Methods in org.eclipse.birt.chart.event with parameters of type Legend | |
---|---|
static StructureSource |
StructureSource.createLegend(Legend lg)
Creates a Structure Source for type Legend. |
static StructureSource |
WrappedStructureSource.createLegendEntry(Legend lg,
org.eclipse.birt.chart.computation.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. |
Uses of Legend in org.eclipse.birt.chart.model |
---|
Methods in org.eclipse.birt.chart.model that return Legend | |
---|---|
Legend |
Chart.getLegend()
Convenience method that gets the Legend Block for the chart. |
Uses of Legend in org.eclipse.birt.chart.model.impl |
---|
Methods in org.eclipse.birt.chart.model.impl that return Legend | |
---|---|
Legend |
ChartImpl.getLegend()
Note: Manually written |
Uses of Legend in org.eclipse.birt.chart.model.layout |
---|
Methods in org.eclipse.birt.chart.model.layout that return Legend | |
---|---|
Legend |
Legend.copyInstance()
A convenient method to get an instance copy. |
Legend |
LayoutFactory.createLegend()
Returns a new object of class 'Legend'. |
Uses of Legend in org.eclipse.birt.chart.model.layout.impl |
---|
Classes in org.eclipse.birt.chart.model.layout.impl that implement Legend | |
---|---|
class |
LegendImpl
An implementation of the model object ' Legend'. |
Methods in org.eclipse.birt.chart.model.layout.impl that return Legend | |
---|---|
Legend |
LegendImpl.copyInstance()
A convenient method to get an instance copy. |
static Legend |
LegendImpl.create(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EReference ref)
|
Legend |
LayoutFactoryImpl.createLegend()
|
Uses of Legend in org.eclipse.birt.chart.render |
---|
Methods in org.eclipse.birt.chart.render with parameters of type Legend | |
---|---|
void |
BaseRenderer.renderLegend(IPrimitiveRenderer ipr,
Legend lg,
java.util.Map<Series,org.eclipse.birt.chart.computation.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |