Uses of Interface
org.eclipse.birt.chart.model.layout.Legend
Packages that use Legend
Package
Description
Contains classes that define a rendering notification that is interpreted by
a device renderer.
Contains the chart model interfaces that define the starting point for creating
a new chart.
Represents the chart model implementation classes that define the starting
point for creating a new chart.
Contains a layout manager capable of arranging a set of blocks associated
with the chart representation.
Contains core class implementations for blocks associated with the chart
representation.
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 LegendModifier and TypeMethodDescriptionstatic 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. -
Uses of Legend in org.eclipse.birt.chart.model
Methods in org.eclipse.birt.chart.model that return Legend -
Uses of Legend in org.eclipse.birt.chart.model.impl
Methods in org.eclipse.birt.chart.model.impl that return Legend -
Uses of Legend in org.eclipse.birt.chart.model.layout
Methods in org.eclipse.birt.chart.model.layout that return LegendModifier and TypeMethodDescriptionLegend.copyInstance()
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 LegendModifier and TypeClassDescriptionclass
An implementation of the model object ' Legend'.Methods in org.eclipse.birt.chart.model.layout.impl that return Legend -
Uses of Legend in org.eclipse.birt.chart.render
Methods in org.eclipse.birt.chart.render with parameters of type LegendModifier and TypeMethodDescriptionvoid
BaseRenderer.renderLegend
(IPrimitiveRenderer ipr, Legend lg, Map<Series, LegendItemRenderingHints> htRenderers) Renders the legend block based on the legend rendering rules.void
EmptyWithAxes.renderLegendGraphic
(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo) void
EmptyWithoutAxes.renderLegendGraphic
(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo) 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.