Class LegendLayoutHints
java.lang.Object
org.eclipse.birt.chart.computation.LegendLayoutHints
LegendItemLayoutHints
-
Constructor Summary
ConstructorsConstructorDescriptionLegendLayoutHints
(Size legendSize, Size titleSize, Label laTitle, boolean isMinSliceApplied, String minSliceText, LegendItemHints[] liha) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
LegendLayoutHints
public LegendLayoutHints(Size legendSize, Size titleSize, Label laTitle, boolean isMinSliceApplied, String minSliceText, LegendItemHints[] liha)
-
-
Method Details
-
getLegendSize
-
getTitleSize
-
isMinSliceApplied
public boolean isMinSliceApplied() -
getMinSliceText
-
getLegendItemHints
-
getLaTitle
- Returns:
- Returns the laTitle.
-