org.codehaus.mojo.dashboard.report.plugin.chart.time
Class CloverTimeChartStrategy

java.lang.Object
  extended by org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartStrategy
      extended by org.codehaus.mojo.dashboard.report.plugin.chart.time.AbstractTimeChartStrategy
          extended by org.codehaus.mojo.dashboard.report.plugin.chart.time.CloverTimeChartStrategy
All Implemented Interfaces:
IChartStrategy

public class CloverTimeChartStrategy
extends AbstractTimeChartStrategy


Field Summary
 
Fields inherited from class org.codehaus.mojo.dashboard.report.plugin.chart.time.AbstractTimeChartStrategy
bundle, defaultdataset, mResults, periodClass, timePeriod, xAxisLabel, yAxisLabel
 
Constructor Summary
CloverTimeChartStrategy(java.util.ResourceBundle bundle, java.lang.String title, java.util.List results, java.lang.String timeUnit, java.util.Date startDate, java.util.Date endDate)
           
 
Method Summary
 void fillDataset()
           
 org.jfree.chart.axis.NumberAxis getRangeAxis()
           
 java.lang.String getYAxisLabel()
           
 
Methods inherited from class org.codehaus.mojo.dashboard.report.plugin.chart.time.AbstractTimeChartStrategy
getChartDate, getDataset, getEndDate, getLabelGenerator, getStartDate, getTimePeriod, getXAxisLabel
 
Methods inherited from class org.codehaus.mojo.dashboard.report.plugin.chart.AbstractChartStrategy
getPaintColor, getTitle, isDatasetEmpty, setDatasetEmpty, setTitle, setXAxisLabel, setYAxisLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloverTimeChartStrategy

public CloverTimeChartStrategy(java.util.ResourceBundle bundle,
                               java.lang.String title,
                               java.util.List results,
                               java.lang.String timeUnit,
                               java.util.Date startDate,
                               java.util.Date endDate)
Method Detail

fillDataset

public void fillDataset()

getRangeAxis

public org.jfree.chart.axis.NumberAxis getRangeAxis()
Overrides:
getRangeAxis in class AbstractTimeChartStrategy

getYAxisLabel

public java.lang.String getYAxisLabel()
Specified by:
getYAxisLabel in interface IChartStrategy
Overrides:
getYAxisLabel in class AbstractTimeChartStrategy
Returns:


Copyright © 2006-2009 CodeHaus. All Rights Reserved.