public class GraphType extends Object
Constructor and Description |
---|
GraphType() |
Modifier and Type | Method and Description |
---|---|
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
|
String |
getClassName() |
int |
getIdGraphType() |
String |
getTitle() |
void |
setClassName(String className)
set the name of the class associate to the graph type
|
void |
setIdGraphType(int idGraphType)
set the id of the graph type
|
void |
setTitle(String title)
set the title of the graph type
|
public String getClassName()
public void setClassName(String className)
className
- the name of the class associate to the graph typepublic int getIdGraphType()
public void setIdGraphType(int idGraphType)
idGraphType
- the id of the graph typepublic String getTitle()
public void setTitle(String title)
title
- the title of the graph typepublic org.jfree.chart.JFreeChart createChart(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.