fr.paris.lutece.plugins.form.business
Class GraphTypeBarChart
java.lang.Object
fr.paris.lutece.plugins.form.business.GraphType
fr.paris.lutece.plugins.form.business.GraphTypeBarChart
public class GraphTypeBarChart
- extends GraphType
class GraphTypeBarChart
Method Summary |
static org.jfree.chart.JFreeChart |
createBarChart(java.util.List<StatisticEntrySubmit> listStatistic,
java.lang.String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart BarChart graph |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphTypeBarChart
public GraphTypeBarChart()
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
- listStatisticstrGraphTitle
- graph titlenGraphThreeDimension
- true if the graph must be in three dimensionnGraphLabelValue
- true if the labels must appear in the graph
- Returns:
- the JFreeChart graph associate to the graph type
createBarChart
public static org.jfree.chart.JFreeChart createBarChart(java.util.List<StatisticEntrySubmit> listStatistic,
java.lang.String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
- return the JFreeChart BarChart graph
- Parameters:
listStatistic
- listStatisticstrGraphTitle
- graph titlenGraphThreeDimension
- true if the graph must be in three dimensionnGraphLabelValue
- true if the labels must appear in the graph
- Returns:
- the JFreeChart graph associate to the graph type
Copyright © 2011 Mairie de Paris. All Rights Reserved.