Class LegendLayoutHints

java.lang.Object
org.eclipse.birt.chart.computation.LegendLayoutHints

public final class LegendLayoutHints extends Object
LegendItemLayoutHints
  • Constructor Details

    • LegendLayoutHints

      public LegendLayoutHints(Size legendSize, Size titleSize, Label laTitle, boolean isMinSliceApplied, String minSliceText, LegendItemHints[] liha)
  • Method Details

    • getLegendSize

      public Size getLegendSize()
    • getTitleSize

      public Size getTitleSize()
    • isMinSliceApplied

      public boolean isMinSliceApplied()
    • getMinSliceText

      public String getMinSliceText()
    • getLegendItemHints

      public LegendItemHints[] getLegendItemHints()
    • getLaTitle

      public Label getLaTitle()
      Returns:
      Returns the laTitle.