net.sf.statsvn.output
Class RepoMapPageMaker

java.lang.Object
  extended by net.sf.statsvn.output.RepoMapPageMaker

public class RepoMapPageMaker
extends java.lang.Object

New report that Repo Map, a jtreemap-based report (applet) that shows the entire source tree in a hierarchical manner, the size of each box is related to LOC and the colour to the changes over the last 30 days (red -loc, green +loc).

See Also:
for more about JTreeMap.
 

Constructor Summary
RepoMapPageMaker(net.sf.statcvs.output.ReportConfig config)
           
 
Method Summary
 net.sf.statcvs.pages.NavigationNode toFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoMapPageMaker

public RepoMapPageMaker(net.sf.statcvs.output.ReportConfig config)
See Also:
net.sf.statcvs.output.HTMLPage#HTMLPage(Repository)
Method Detail

toFile

public net.sf.statcvs.pages.NavigationNode toFile()