Uses of Class
org.eclipse.birt.chart.computation.LegendItemRenderingHints
Packages that use LegendItemRenderingHints
Package
Description
Contains classes and interfaces used in the chart building and generation
phase.
Contains classes that represent the core plot rendering framework.
-
Uses of LegendItemRenderingHints in org.eclipse.birt.chart.factory
Methods in org.eclipse.birt.chart.factory that return types with arguments of type LegendItemRenderingHintsModifier and TypeMethodDescriptionGeneratedChartState.getRenderers()
Returns a sorted lookup list of all series renderers.RunTimeContext.getSeriesRenderers()
Returns the series renderers for current context.Method parameters in org.eclipse.birt.chart.factory with type arguments of type LegendItemRenderingHintsModifier and TypeMethodDescriptionvoid
RunTimeContext.setSeriesRenderers
(Map<Series, LegendItemRenderingHints> msr) Sets the series renderers for current context. -
Uses of LegendItemRenderingHints in org.eclipse.birt.chart.render
Method parameters in org.eclipse.birt.chart.render with type arguments of type LegendItemRenderingHintsModifier and TypeMethodDescriptionfinal void
AxesRenderer.render
(Map<Series, LegendItemRenderingHints> htRenderers, Bounds bo) Overridden behavior for graphic element series that are plotted along axesvoid
BaseRenderer.render
(Map<Series, LegendItemRenderingHints> htRenderers, Bounds bo) Renders all blocks using the appropriate block z-order and the containment hierarchy.void
BaseRenderer.renderLegend
(IPrimitiveRenderer ipr, Legend lg, Map<Series, LegendItemRenderingHints> htRenderers) Renders the legend block based on the legend rendering rules.