public class GraphTypeBarChart extends GraphType
Constructor and Description |
---|
GraphTypeBarChart() |
Modifier and Type | Method and Description |
---|---|
static org.jfree.chart.JFreeChart |
createBarChart(List<fr.paris.lutece.plugins.genericattributes.business.StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
Return the JFreeChart BarChart graph
|
org.jfree.chart.JFreeChart |
createChart(List<fr.paris.lutece.plugins.genericattributes.business.StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type
|
getClassName, getIdGraphType, getTitle, setClassName, setIdGraphType, setTitle
public org.jfree.chart.JFreeChart createChart(List<fr.paris.lutece.plugins.genericattributes.business.StatisticEntrySubmit> listStatistic, String strGraphTitle, boolean nGraphThreeDimension, boolean nGraphLabelValue)
createChart
in class GraphType
listStatistic
- listStatisticstrGraphTitle
- graph titlenGraphThreeDimension
- true if the graph must be in three dimensionnGraphLabelValue
- true if the labels must appear in the graphpublic static org.jfree.chart.JFreeChart createBarChart(List<fr.paris.lutece.plugins.genericattributes.business.StatisticEntrySubmit> listStatistic, String strGraphTitle, boolean nGraphThreeDimension, boolean nGraphLabelValue)
listStatistic
- listStatisticstrGraphTitle
- graph titlenGraphThreeDimension
- true if the graph must be in three dimensionnGraphLabelValue
- true if the labels must appear in the graphCopyright © 2016 City of Paris. All rights reserved.