public class SimpleGraphRenderer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimpleGraphRenderer.RenderableVertex |
| Constructor and Description |
|---|
SimpleGraphRenderer(String edgeLabel) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.frames.FramedGraph<com.tinkerpop.blueprints.Graph> |
getFramed() |
com.tinkerpop.blueprints.Graph |
getGraph() |
void |
renderDagreD3(File output) |
void |
renderSigma(File output) |
void |
renderVizjs(File output) |
public SimpleGraphRenderer(String edgeLabel)
public com.tinkerpop.blueprints.Graph getGraph()
public com.tinkerpop.frames.FramedGraph<com.tinkerpop.blueprints.Graph> getFramed()
public void renderVizjs(File output) throws RuntimeException
RuntimeExceptionpublic void renderSigma(File output) throws RuntimeException
RuntimeExceptionpublic void renderDagreD3(File output) throws RuntimeException
RuntimeExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.