com.jeffpalm.graph.report
Class HtmlImageWriter

java.lang.Object
  extended by com.jeffpalm.graph.report.HtmlImageWriter

public class HtmlImageWriter
extends java.lang.Object


Field Summary
 java.util.List image_dirs
           
 java.io.File outdir
           
 java.io.File template
           
 
Constructor Summary
HtmlImageWriter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void realMain()
           
 void realMain(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

public java.io.File template

outdir

public java.io.File outdir

image_dirs

public java.util.List image_dirs
Constructor Detail

HtmlImageWriter

public HtmlImageWriter()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

realMain

public void realMain(java.lang.String[] args)
              throws java.lang.Exception
Throws:
java.lang.Exception

realMain

public void realMain()
              throws java.lang.Exception
Throws:
java.lang.Exception