All Packages Class Hierarchy This Package Previous Next Index
Class fr.inria.openmath.omapi.implementation.TreePrinterImpl
java.lang.Object
|
+----fr.inria.openmath.omapi.implementation.TreePrinterImpl
- public class TreePrinterImpl
- extends Object
- implements TreePrinter
-
TreePrinterImpl()
-
-
TreePrinterImpl(Printer)
-
-
endPrint()
-
-
getPrinter()
-
-
printTree(Node)
-
-
setPrinter(Printer)
-
TreePrinterImpl
public TreePrinterImpl()
TreePrinterImpl
public TreePrinterImpl(Printer printer)
setPrinter
public void setPrinter(Printer output) throws OMException
getPrinter
public Printer getPrinter()
printTree
public void printTree(Node root) throws OMException
endPrint
public void endPrint() throws OMException
All Packages Class Hierarchy This Package Previous Next Index