org.openfaces.component.chart
Class PlainSeries
java.lang.Object
org.openfaces.component.chart.PlainSeries
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable, Series
public class PlainSeries
- extends java.lang.Object
- implements Series, java.io.Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainSeries
public PlainSeries()
PlainSeries
public PlainSeries(java.lang.Comparable key)
setData
public void setData(java.util.Map data)
getComparator
public java.util.Comparator<Tuple> getComparator()
setComparator
public void setComparator(java.util.Comparator<Tuple> comparator)
getKey
public java.lang.Comparable getKey()
- Specified by:
getKey
in interface Series
setKey
public void setKey(java.lang.Comparable seriesKey)
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-2009 TeamDev Ltd. All Rights Reserved.