org.openfaces.component.chart.impl
Class GridPointInfoImpl
java.lang.Object
org.openfaces.component.chart.impl.GridPointInfoImpl
- All Implemented Interfaces:
- GridPointInfo, ItemInfo
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 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.