org.jvnet.its
Class BugsLifeGraph

java.lang.Object
  extended by org.jvnet.its.Graph<org.jfree.data.xy.TableXYDataset>
      extended by org.jvnet.its.BugsLifeGraph

public class BugsLifeGraph
extends Graph<org.jfree.data.xy.TableXYDataset>

Author:
Kohsuke Kawaguchi

Constructor Summary
BugsLifeGraph()
           
 
Method Summary
protected  org.jfree.data.xy.TableXYDataset buildDataSet(java.util.List<org.kohsuke.jnt.JNIssue.Activity> activities)
           
protected  org.jfree.chart.JFreeChart createChart(org.jfree.data.xy.TableXYDataset 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

BugsLifeGraph

public BugsLifeGraph()
Method Detail

buildDataSet

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

createChart

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

getImageName

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


Copyright © 2008. All Rights Reserved.