org.am.snitch.chart.maker
Class DeveloperCommits

java.lang.Object
  extended by org.am.snitch.chart.maker.DeveloperCommits

public class DeveloperCommits
extends Object

Creator of Panel for commits per developer.

Version:
1.0
Author:
Axel Maroudas

Constructor Summary
DeveloperCommits(Repository repo)
          Constructor.
 
Method Summary
 org.jfree.chart.ChartPanel createCommitsPerDevelopersChart()
          Create the panel holding the commits per developer.
 Repository getRepository()
           
 void setRepository(Repository arepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeveloperCommits

public DeveloperCommits(Repository repo)
Constructor.

Parameters:
repo - The repository model
Method Detail

createCommitsPerDevelopersChart

public org.jfree.chart.ChartPanel createCommitsPerDevelopersChart()
Create the panel holding the commits per developer.

Returns:
The panel holding the commits per developer.

getRepository

public Repository getRepository()
Returns:
the repository

setRepository

public void setRepository(Repository arepository)
Parameters:
arepository - the repository to set


Copyright © 2008 Axel Maroudas All Rights Reserved.