com.googlecode.fascinator.portal.report
Class BarChartData.DataEntry

java.lang.Object
  extended by com.googlecode.fascinator.portal.report.BarChartData.DataEntry
Enclosing class:
BarChartData

public class BarChartData.DataEntry
extends Object


Field Summary
protected  String colKey
           
protected  String rowKey
           
protected  Color seriesColor
           
protected  Number value
           
 
Method Summary
 String getColKey()
           
 String getRowKey()
           
 Color getSeriesColor()
           
 Number getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected Number value

rowKey

protected String rowKey

colKey

protected String colKey

seriesColor

protected Color seriesColor
Method Detail

getValue

public Number getValue()

getRowKey

public String getRowKey()

getColKey

public String getColKey()

getSeriesColor

public Color getSeriesColor()


Copyright © 2009-2014. All Rights Reserved.