org.openfaces.component.chart.impl
Class GridPointInfoImpl

java.lang.Object
  extended by org.openfaces.component.chart.impl.GridPointInfoImpl
All Implemented Interfaces:
GridPointInfo, ItemInfo

public class GridPointInfoImpl
extends java.lang.Object
implements GridPointInfo


Constructor Summary
GridPointInfoImpl()
           
 
Method Summary
 int getIndex()
           
 java.lang.Object getKey()
           
 SeriesInfo getSeries()
           
 java.lang.Object getValue()
           
 void setIndex(int index)
           
 void setKey(java.lang.Object key)
           
 void setSeries(SeriesInfo series)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridPointInfoImpl

public GridPointInfoImpl()
Method Detail

getSeries

public SeriesInfo getSeries()
Specified by:
getSeries in interface ItemInfo

setSeries

public void setSeries(SeriesInfo series)
Specified by:
setSeries in interface ItemInfo

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface ItemInfo

setKey

public void setKey(java.lang.Object key)
Specified by:
setKey in interface ItemInfo

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface ItemInfo

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface ItemInfo

getIndex

public int getIndex()
Specified by:
getIndex in interface ItemInfo

setIndex

public void setIndex(int index)
Specified by:
setIndex in interface ItemInfo


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.