Class LatexRenderer
java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLRenderer
org.semanticweb.owlapi.latex.renderer.LatexRenderer
- All Implemented Interfaces:
OWLRenderer
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Medical Informatics Group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(OWLOntology o, PrintWriter _w) Renders the specified ontology using the specified writer.Methods inherited from class org.semanticweb.owlapi.io.AbstractOWLRenderer
render
-
Constructor Details
-
LatexRenderer
public LatexRenderer()
-
-
Method Details
-
render
Description copied from class:AbstractOWLRenderer
Renders the specified ontology using the specified writer.- Specified by:
render
in classAbstractOWLRenderer
- Parameters:
o
- the ontology to render_w
- The writer that should be used to write the ontology. Note that this writer need not be wrapped with aBufferedWriter
because this is taken care of by this abstract implementation.- Throws:
OWLRendererException
- if exceptions arise
-