Uses of Class
org.eclipse.birt.chart.computation.LegendItemHints
Packages that use LegendItemHints
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains classes that define a rendering notification that is interpreted by
a device renderer.
-
Uses of LegendItemHints in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return LegendItemHintsModifier and TypeMethodDescriptionstatic LegendItemHints
LegendItemHints.createSeperator()
LegendLayoutHints.getLegendItemHints()
LegendItemHints.itemHeight
(double itemHeight) LegendItemHints.left
(double left) static LegendItemHints
LegendItemHints.newCategoryEntry
(String sItem, SeriesDefinition sed, Series se, int index) static LegendItemHints
LegendItemHints.newEntry
(String sItem, String sValue, SeriesDefinition sed, Series se, int index) static LegendItemHints
LegendItemHints.newGroupNameEntry
(String name) static LegendItemHints
LegendItemHints.newMinSliceEntry
(String sItem, SeriesDefinition sed, Series se, int index) LegendItemHints.top
(double top) LegendItemHints.validItemLen
(int validItemLen) LegendItemHints.validValueLen
(int validValueLen) LegendItemHints.valueHeight
(double valueHeight) LegendItemHints.width
(double width) Constructors in org.eclipse.birt.chart.computation with parameters of type LegendItemHintsModifierConstructorDescriptionLegendLayoutHints
(Size legendSize, Size titleSize, Label laTitle, boolean isMinSliceApplied, String minSliceText, LegendItemHints[] liha) -
Uses of LegendItemHints in org.eclipse.birt.chart.event
Methods in org.eclipse.birt.chart.event with parameters of type LegendItemHintsModifier and TypeMethodDescriptionstatic StructureSource
WrappedStructureSource.createLegendEntry
(Legend lg, LegendItemHints entry) Creates a WrappedStructure Source for type Legend Entry with a Legend parent.