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

Constructor Index

 o TreePrinterImpl()
 o TreePrinterImpl(Printer)

Method Index

 o endPrint()
 o getPrinter()
 o printTree(Node)
 o setPrinter(Printer)

Constructors

 o TreePrinterImpl
 public TreePrinterImpl()
 o TreePrinterImpl
 public TreePrinterImpl(Printer printer)

Methods

 o setPrinter
 public void setPrinter(Printer output) throws OMException
 o getPrinter
 public Printer getPrinter()
 o printTree
 public void printTree(Node root) throws OMException
 o endPrint
 public void endPrint() throws OMException

All Packages  Class Hierarchy  This Package  Previous  Next  Index