|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.service.impl.control.chartservice.impl.CommitteeReportChartServiceImpl
public class CommitteeReportChartServiceImpl extends Object implements CommitteeReportChartService
The Class CommitteeReportChartServiceImpl.
| Modifier | Constructor and Description |
|---|---|
protected |
CommitteeReportChartServiceImpl(ApplicationModelFactoryFactory applicationModelFactoryFactory)
Instantiates a new committee report chart service impl. |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryContent |
createBar3DChart(org.jfree.data.category.CategoryDataset dataset,
String title,
String xTitle,
String yTitle,
String fileName)
Creates the bar3 d chart. |
protected BinaryContent |
createTimeSeriesChart(String title,
String timeAxisLabel,
String valueAxisLabel,
String fileName,
org.jfree.data.time.TimeSeriesCollection responseTimeByHourDataset)
Creates the time series chart. |
List<BinaryContent> |
generateCommitteeReportCharts(AgencyData agency,
CommitteeReportData committeeReport,
List<BallotData> allBallots,
List<PoliticalPartyData> allPoliticalParties,
LanguageData language)
Generate committee report charts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CommitteeReportChartServiceImpl(ApplicationModelFactoryFactory applicationModelFactoryFactory)
applicationModelFactoryFactory - the application model factory factory| Method Detail |
|---|
public final List<BinaryContent> generateCommitteeReportCharts(AgencyData agency,
CommitteeReportData committeeReport,
List<BallotData> allBallots,
List<PoliticalPartyData> allPoliticalParties,
LanguageData language)
CommitteeReportChartService
generateCommitteeReportCharts in interface CommitteeReportChartServiceagency - the agencycommitteeReport - the committee reportallBallots - the all ballotsallPoliticalParties - the all political partieslanguage - the language
protected final BinaryContent createBar3DChart(org.jfree.data.category.CategoryDataset dataset,
String title,
String xTitle,
String yTitle,
String fileName)
dataset - the datasettitle - the titlexTitle - the x titleyTitle - the y titlefileName - the file name
protected final BinaryContent createTimeSeriesChart(String title,
String timeAxisLabel,
String valueAxisLabel,
String fileName,
org.jfree.data.time.TimeSeriesCollection responseTimeByHourDataset)
title - the titletimeAxisLabel - the time axis labelvalueAxisLabel - the value axis labelfileName - the file nameresponseTimeByHourDataset - the response time by hour dataset
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||