hex.rf
Class GraphvizTreePrinter

java.lang.Object
  extended by hex.rf.TreePrinter
      extended by hex.rf.GraphvizTreePrinter

public class GraphvizTreePrinter
extends TreePrinter


Field Summary
 
Fields inherited from class hex.rf.TreePrinter
_classNames, _colMapping, _cols
 
Constructor Summary
GraphvizTreePrinter(java.lang.Appendable dest, ValueArray.Column[] columns, int[] colMapping, java.lang.String[] classNames)
           
GraphvizTreePrinter(java.io.OutputStream dest, ValueArray.Column[] columns, int[] colMapping, java.lang.String[] classNames)
           
 
Method Summary
 void printTree(Tree t)
           
 void walk_serialized_tree(AutoBuffer tbits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphvizTreePrinter

public GraphvizTreePrinter(java.io.OutputStream dest,
                           ValueArray.Column[] columns,
                           int[] colMapping,
                           java.lang.String[] classNames)

GraphvizTreePrinter

public GraphvizTreePrinter(java.lang.Appendable dest,
                           ValueArray.Column[] columns,
                           int[] colMapping,
                           java.lang.String[] classNames)
Method Detail

printTree

public void printTree(Tree t)
               throws java.io.IOException
Specified by:
printTree in class TreePrinter
Throws:
java.io.IOException

walk_serialized_tree

public void walk_serialized_tree(AutoBuffer tbits)