teamdev.jsf.component.chart.impl.model
Class PlainModelImpl

java.lang.Object
  extended by teamdev.jsf.component.chart.impl.model.PlainModelImpl
All Implemented Interfaces:
java.io.Serializable, ChartModel, PlainModel

public class PlainModelImpl
extends java.lang.Object
implements PlainModel

See Also:
Serialized Form

Constructor Summary
PlainModelImpl()
           
 
Method Summary
 void addSeries(Series series)
           
 Series[] getSeries()
           
 java.util.List getSeriesList()
           
 void setSeriesList(java.util.List series)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainModelImpl

public PlainModelImpl()
Method Detail

getSeriesList

public java.util.List getSeriesList()
Specified by:
getSeriesList in interface PlainModel

setSeriesList

public void setSeriesList(java.util.List series)
Specified by:
setSeriesList in interface PlainModel

addSeries

public void addSeries(Series series)

getSeries

public Series[] getSeries()
Specified by:
getSeries in interface ChartModel


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.