org.eclipse.birt.chart.computation
Class LegendLayoutHints

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

public final class LegendLayoutHints
extends java.lang.Object

LegendItemLayoutHints


Constructor Summary
LegendLayoutHints(Size legendSize, Size titleSize, boolean isMinSliceApplied, java.lang.String minSliceText, LegendItemHints[] liha)
           
 
Method Summary
 LegendItemHints[] getLegendItemHints()
           
 Size getLegendSize()
           
 java.lang.String getMinSliceText()
           
 Size getTitleSize()
           
 boolean isMinSliceApplied()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendLayoutHints

public LegendLayoutHints(Size legendSize,
                         Size titleSize,
                         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()


Copyright © 2005-2008 Actuate Corp. All rights reserved.