|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.graph.view.renderer.AbstractGraphViewRenderer net.sourceforge.fluxion.runcible.graph.view.renderer.DotGraphViewRenderer
public class DotGraphViewRenderer
A GraphViewRenderer that renders the output of a DotGraphView.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sourceforge.fluxion.graph.view.renderer.AbstractGraphViewRenderer |
---|
AbstractGraphViewRenderer.Operating_System |
Constructor Summary | |
---|---|
DotGraphViewRenderer()
|
Method Summary | |
---|---|
java.io.InputStream |
renderGraphView()
Invokes GraphViz on the given GraphView to generate the graph image, in SVG, for the graph. |
Methods inherited from class net.sourceforge.fluxion.graph.view.renderer.AbstractGraphViewRenderer |
---|
getDotLocation, getGraphView, setGraphView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DotGraphViewRenderer()
Method Detail |
---|
public java.io.InputStream renderGraphView() throws java.io.IOException
java.io.IOException
- if the system cannot connect to the dot process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |