Class LegendLayoutHints
- java.lang.Object
-
- org.eclipse.birt.chart.computation.LegendLayoutHints
-
public final class LegendLayoutHints extends java.lang.Object
LegendItemLayoutHints
-
-
Constructor Summary
Constructors Constructor Description LegendLayoutHints(Size legendSize, Size titleSize, Label laTitle, boolean isMinSliceApplied, java.lang.String minSliceText, LegendItemHints[] liha)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Label
getLaTitle()
LegendItemHints[]
getLegendItemHints()
Size
getLegendSize()
java.lang.String
getMinSliceText()
Size
getTitleSize()
boolean
isMinSliceApplied()
-
-
-
Constructor Detail
-
LegendLayoutHints
public LegendLayoutHints(Size legendSize, Size titleSize, Label laTitle, boolean isMinSliceApplied, java.lang.String minSliceText, LegendItemHints[] liha)
-
-
Method Detail
-
getLegendSize
public Size getLegendSize()
-
getTitleSize
public Size getTitleSize()
-
isMinSliceApplied
public boolean isMinSliceApplied()
-
getMinSliceText
public java.lang.String getMinSliceText()
-
getLegendItemHints
public LegendItemHints[] getLegendItemHints()
-
getLaTitle
public Label getLaTitle()
- Returns:
- Returns the laTitle.
-
-