public class LatexRenderer extends AbstractOWLRenderer
| Constructor and Description |
|---|
LatexRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(OWLOntology o,
PrintWriter _w)
Renders the specified ontology using the specified writer.
|
renderpublic void render(OWLOntology o, PrintWriter _w) throws OWLRendererException
AbstractOWLRendererrender in class AbstractOWLRenderero - the ontology to render_w - The writer that should be used to write the ontology. Note that this writer
need not be wrapped with a BufferedWriter because this is taken care of by this
abstract implementation.OWLRendererException - if exceptions ariseCopyright © 2019 The University of Manchester. All rights reserved.