org.openfaces.component.chart
Class PlainSeries

java.lang.Object
  extended by 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

Constructor Summary
PlainSeries()
           
PlainSeries(java.lang.Comparable key)
           
 
Method Summary
 java.util.Comparator<Tuple> getComparator()
           
 java.lang.Comparable getKey()
           
 Tuple[] getTuples()
           
 void readExternal(java.io.ObjectInput in)
           
 void setComparator(java.util.Comparator<Tuple> comparator)
           
 void setData(java.util.Map data)
           
 void setKey(java.lang.Comparable seriesKey)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainSeries

public PlainSeries()

PlainSeries

public PlainSeries(java.lang.Comparable key)
Method Detail

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-2010 TeamDev Ltd. All Rights Reserved.