org.eclipse.birt.chart.computation
Class LegendEntryRenderingHints

java.lang.Object
  extended byorg.eclipse.birt.chart.computation.LegendEntryRenderingHints

public class LegendEntryRenderingHints
extends java.lang.Object


Constructor Summary
LegendEntryRenderingHints(Label la, Label valueLa, int dataIndex, Fill fill)
           
 
Method Summary
 int getDataIndex()
           
 Fill getFill()
           
 Label getLabel()
           
 Label getValueLabel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendEntryRenderingHints

public LegendEntryRenderingHints(Label la,
                                 Label valueLa,
                                 int dataIndex,
                                 Fill fill)
Method Detail

getLabel

public Label getLabel()

getValueLabel

public Label getValueLabel()

getDataIndex

public int getDataIndex()

getFill

public Fill getFill()


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