fr.paris.lutece.plugins.form.business
Class GraphTypePieChart

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.GraphType
      extended by fr.paris.lutece.plugins.form.business.GraphTypePieChart

public class GraphTypePieChart
extends GraphType

GraphTypePieChart


Constructor Summary
GraphTypePieChart()
           
 
Method Summary
 org.jfree.chart.JFreeChart createChart(java.util.List<StatisticEntrySubmit> listStatistic, java.lang.String strGraphTitle, boolean nGraphThreeDimension, boolean nGraphLabelValue)
          return the JFreeChart graph associate to the graph type
static org.jfree.chart.JFreeChart createPieChartGraph(java.util.List<StatisticEntrySubmit> listStatistic, java.lang.String strGraphTitle, boolean nGraphThreeDimension, boolean nGraphLabelValue)
          return the PieChartGraph JFreeChart graph
 
Methods inherited from class fr.paris.lutece.plugins.form.business.GraphType
getClassName, getIdGraphType, getTitle, setClassName, setIdGraphType, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTypePieChart

public GraphTypePieChart()
Method Detail

createChart

public org.jfree.chart.JFreeChart createChart(java.util.List<StatisticEntrySubmit> listStatistic,
                                              java.lang.String strGraphTitle,
                                              boolean nGraphThreeDimension,
                                              boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type

Overrides:
createChart in class GraphType
Parameters:
listStatistic - listStatistic
strGraphTitle - graph title
nGraphThreeDimension - true if the graph must be in three dimension
nGraphLabelValue - true if the labels must appear in the graph
Returns:
the JFreeChart graph associate to the graph type

createPieChartGraph

public static org.jfree.chart.JFreeChart createPieChartGraph(java.util.List<StatisticEntrySubmit> listStatistic,
                                                             java.lang.String strGraphTitle,
                                                             boolean nGraphThreeDimension,
                                                             boolean nGraphLabelValue)
return the PieChartGraph JFreeChart graph

Parameters:
listStatistic - listStatistic
strGraphTitle - graph title
nGraphThreeDimension - true if the graph must be in three dimension
nGraphLabelValue - true if the labels must appear in the graph
Returns:
the JFreeChart graph associate to the graph type


Copyright © 2010 Mairie de Paris. All Rights Reserved.