|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.GraphType
public class GraphType
class GraphType
Constructor Summary | |
---|---|
GraphType()
|
Method Summary | |
---|---|
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 |
java.lang.String |
getClassName()
|
int |
getIdGraphType()
|
java.lang.String |
getTitle()
|
void |
setClassName(java.lang.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(java.lang.String title)
set the title of the graph type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphType()
Method Detail |
---|
public java.lang.String getClassName()
public void setClassName(java.lang.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 java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title of the graph typepublic org.jfree.chart.JFreeChart createChart(java.util.List<StatisticEntrySubmit> listStatistic, java.lang.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 graph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |