public abstract class AbstractRenderer extends Object implements GraphRenderer
Modifier and Type | Field and Description |
---|---|
protected OWLGraphWrapper |
graph |
protected OWLPrettyPrinter |
prettyPrinter |
protected PrintStream |
stream |
Constructor and Description |
---|
AbstractRenderer(PrintStream stream) |
AbstractRenderer(String file) |
Modifier and Type | Method and Description |
---|---|
PrintStream |
getStream() |
protected void |
nl() |
protected void |
print(org.semanticweb.owlapi.model.OWLObject obj) |
protected void |
print(String s) |
protected void |
sep() |
void |
setStream(PrintStream stream) |
void |
setStream(String file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
render
protected OWLGraphWrapper graph
protected OWLPrettyPrinter prettyPrinter
protected PrintStream stream
public AbstractRenderer(PrintStream stream)
public AbstractRenderer(String file)
public PrintStream getStream()
public void setStream(PrintStream stream)
public void setStream(String file)
protected void print(org.semanticweb.owlapi.model.OWLObject obj)
protected void print(String s)
protected void sep()
protected void nl()
Copyright © 2010–2015. All rights reserved.