org.am.snitch.chart.maker
Class TimeLOC

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

public class TimeLOC
extends Object

Creator of Panel for lines of code.

Version:
1.0
Author:
Axel Maroudas

Constructor Summary
TimeLOC(Repository arepository)
          Constructor.
 
Method Summary
 org.jfree.chart.ChartPanel createLOCChart()
          Create the panel holding the lines of code.
 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

TimeLOC

public TimeLOC(Repository arepository)
Constructor.

Parameters:
arepository - The repository model
Method Detail

createLOCChart

public org.jfree.chart.ChartPanel createLOCChart()
Create the panel holding the lines of code.

Returns:
The panel holding the lines of code

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.