public class GraphTypePieChart extends GraphType
Constructor and Description |
---|
GraphTypePieChart() |
Modifier and Type | Method and Description |
---|---|
org.jfree.chart.JFreeChart |
createChart(List<StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type
|
static org.jfree.chart.JFreeChart |
createPieChartGraph(List<StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the PieChartGraph JFreeChart graph
|
getClassName, getIdGraphType, getTitle, setClassName, setIdGraphType, setTitle
public org.jfree.chart.JFreeChart createChart(List<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 createPieChartGraph(List<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.