public class GenerateChart extends PollenActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected org.jfree.chart.JFreeChart |
chart |
protected int |
height |
static int |
PIE
diagramme de type PIE.
|
static int |
PIE3D
diagramme de type PIE3D.
|
static int |
RING
diagramme de type RING.
|
protected List<String> |
subtitles |
protected String |
title |
protected int |
type |
protected List<String> |
values |
protected int |
width |
SAFE_LANGUAGES, serviceContext, serviceFactory, transaction| Constructor and Description |
|---|
GenerateChart() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
org.jfree.chart.JFreeChart |
getChart() |
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setSubtitles(List<String> subtitles) |
void |
setTitle(String title) |
void |
setType(int type) |
void |
setValues(List<String> values) |
void |
setWidth(int width) |
addFlashError, addFlashMessage, addFlashWarning, clearFlashErrors, clearFlashMessages, getApplicationUrl, getApplicationVersion, getConfiguration, getCurrentUrl, getFavoriteService, getFlashErrors, getFlashMessages, getFlashWarnings, getJqueryTheme, getPageLogo, getParameters, getPollCommentService, getPollenApplicationContext, getPollenSession, getPollenUserAccount, getPollExportService, getPollFeedService, getPollService, getPollUri, getPollUrlService, getPollVoteCountingService, getPreventRuleService, getSafeLanguage, getSecurityService, getService, getServiceContext, getSkin, getTransaction, getUserSecurityContext, getUserService, getVoteCounting, getVoteCountingFactory, getVoteService, hasAnyErrors, hasFlashErrors, hasFlashMessages, hasFlashWarnings, isGetMethod, isUserAdmin, isUserLoggued, setParameters, setPollenUserSecurityContext, setServletRequestaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic static final int PIE
public static final int PIE3D
public static final int RING
protected int type
protected int width
protected int height
protected String title
protected org.jfree.chart.JFreeChart chart
public void setType(int type)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public void setTitle(String title)
public org.jfree.chart.JFreeChart getChart()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.