teamdev.jsf.component.chart.impl.model
Class PlainSeriesImpl
java.lang.Object
teamdev.jsf.component.chart.impl.model.PlainSeriesImpl
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, PlainSeries, Series
public class PlainSeriesImpl
- extends java.lang.Object
- implements PlainSeries, java.io.Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainSeriesImpl
public PlainSeriesImpl()
setId
public void setId(java.lang.Object id)
setData
public void setData(java.util.Map data)
- Specified by:
setData in interface PlainSeries
getComparator
public java.util.Comparator getComparator()
- Specified by:
getComparator in interface PlainSeries
setComparator
public void setComparator(java.util.Comparator comparator)
- Specified by:
setComparator in interface PlainSeries
getSeriesKey
public java.lang.Object getSeriesKey()
- Specified by:
getSeriesKey in interface PlainSeries
setSeriesKey
public void setSeriesKey(java.lang.Object seriesKey)
- Specified by:
setSeriesKey in interface PlainSeries
getId
public java.lang.Comparable getId()
- Specified by:
getId in interface Series
getTuples
public Tuple[] getTuples()
- Specified by:
getTuples in interface Series
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
Copyright © 1998-2008 TeamDev Ltd. All Rights Reserved.