org.openfaces.component.chart.impl
Class GridPointInfoImpl
java.lang.Object
org.openfaces.component.chart.impl.GridPointInfoImpl
- All Implemented Interfaces:
- GridPointInfo
public class GridPointInfoImpl
- extends java.lang.Object
- implements GridPointInfo
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridPointInfoImpl
public GridPointInfoImpl()
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.