org.coode.owlapi.latex
Class LatexWriter

java.lang.Object
  extended by org.coode.owlapi.latex.LatexWriter

public class LatexWriter
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: 25-Aug-2006

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Constructor Summary
LatexWriter(java.io.Writer writer)
           
 
Method Summary
 void flush()
           
 void write(java.lang.Object o)
           
 void writeCloseBrace()
           
 void writeNewLine()
           
 void writeOpenBrace()
           
 void writeSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatexWriter

public LatexWriter(java.io.Writer writer)
Method Detail

write

public void write(java.lang.Object o)

writeNewLine

public void writeNewLine()

writeSpace

public void writeSpace()

writeOpenBrace

public void writeOpenBrace()

writeCloseBrace

public void writeCloseBrace()

flush

public void flush()