org.am.snitch.chart.maker
Class TimeLOC
java.lang.Object
org.am.snitch.chart.maker.TimeLOC
public class TimeLOC
- extends Object
Creator of Panel for lines of code.
- Version:
- 1.0
- Author:
- Axel Maroudas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeLOC
public TimeLOC(Repository arepository)
- Constructor.
- Parameters:
arepository - The repository model
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.