org.openfaces.component.chart.impl
Class GridPointInfoImpl

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

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 GridPointInfo

setSeries

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

getKey

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

setKey

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

getValue

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

setValue

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

getIndex

public int getIndex()

setIndex

public void setIndex(int index)


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