Package | Description |
---|---|
fr.paris.lutece.plugins.form.business |
Modifier and Type | Method and Description |
---|---|
List<StatisticEntrySubmit> |
ResponseDAO.getStatisticByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a list of statistic on the entry
|
static List<StatisticEntrySubmit> |
ResponseHome.getStatisticByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a list of statistic on the entry
|
List<StatisticEntrySubmit> |
IResponseDAO.getStatisticByIdEntry(int nIdEntry,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return a list of statistic on the entry
|
Modifier and Type | Method and Description |
---|---|
static org.jfree.chart.JFreeChart |
GraphTypeBarChart.createBarChart(List<StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart BarChart graph
|
org.jfree.chart.JFreeChart |
GraphTypePieChart.createChart(List<StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type
|
org.jfree.chart.JFreeChart |
GraphTypeBarChart.createChart(List<StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type
|
org.jfree.chart.JFreeChart |
GraphType.createChart(List<StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the JFreeChart graph associate to the graph type
|
static org.jfree.chart.JFreeChart |
GraphTypePieChart.createPieChartGraph(List<StatisticEntrySubmit> listStatistic,
String strGraphTitle,
boolean nGraphThreeDimension,
boolean nGraphLabelValue)
return the PieChartGraph JFreeChart graph
|
Copyright © 2016 City of Paris. All rights reserved.