org.jvnet.its
Class BugCountGraph

java.lang.Object
  extended by org.jvnet.its.Graph<org.jfree.data.xy.XYDataset>
      extended by org.jvnet.its.BugCountGraph

public class BugCountGraph
extends Graph<org.jfree.data.xy.XYDataset>

Author:
Kohsuke Kawaguchi

Constructor Summary
BugCountGraph()
           
 
Method Summary
protected  org.jfree.data.xy.IntervalXYDataset buildDataSet(java.util.List<org.kohsuke.jnt.JNIssue.Activity> activities)
           
protected  org.jfree.chart.JFreeChart createChart(org.jfree.data.xy.XYDataset dataset)
           
protected  java.lang.String getImageName()
           
 
Methods inherited from class org.jvnet.its.Graph
generate, loadDataset, saveDataset, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugCountGraph

public BugCountGraph()
Method Detail

buildDataSet

protected org.jfree.data.xy.IntervalXYDataset buildDataSet(java.util.List<org.kohsuke.jnt.JNIssue.Activity> activities)
                                                    throws java.io.IOException
Specified by:
buildDataSet in class Graph<org.jfree.data.xy.XYDataset>
Throws:
java.io.IOException

getImageName

protected java.lang.String getImageName()
Specified by:
getImageName in class Graph<org.jfree.data.xy.XYDataset>

createChart

protected org.jfree.chart.JFreeChart createChart(org.jfree.data.xy.XYDataset dataset)
Specified by:
createChart in class Graph<org.jfree.data.xy.XYDataset>


Copyright © 2008. All Rights Reserved.