org.primefaces.model.chart
Class CartesianChartModel

java.lang.Object
  extended by org.primefaces.model.chart.ChartModel
      extended by org.primefaces.model.chart.CartesianChartModel
All Implemented Interfaces:
Serializable

public class CartesianChartModel
extends ChartModel
implements Serializable

See Also:
Serialized Form

Constructor Summary
CartesianChartModel()
           
 
Method Summary
 void addSeries(ChartSeries chartSeries)
           
 void clear()
           
 List<ChartSeries> getSeries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartesianChartModel

public CartesianChartModel()
Method Detail

getSeries

public List<ChartSeries> getSeries()

addSeries

public void addSeries(ChartSeries chartSeries)

clear

public void clear()


Copyright © 2012. All Rights Reserved.