public class GraphlibWriter extends Object implements GraphWriter
| Modifier and Type | Field and Description |
|---|---|
protected GraphvizConstants.GraphvizDirection |
direction |
protected String |
edgeLabel |
protected com.tinkerpop.blueprints.Graph |
graph |
protected String |
graphVariableName |
protected GraphvizConstants.GraphvizType |
type |
protected String |
vertexLabelProperty |
| Constructor and Description |
|---|
GraphlibWriter(com.tinkerpop.blueprints.Graph graph) |
GraphlibWriter(com.tinkerpop.blueprints.Graph graph,
GraphvizConstants.GraphvizType type,
GraphvizConstants.GraphvizDirection direction,
String graphVariableName,
String vertexLabelProperty,
String edgeLabelProperty) |
protected final com.tinkerpop.blueprints.Graph graph
protected final GraphvizConstants.GraphvizType type
protected final GraphvizConstants.GraphvizDirection direction
protected final String graphVariableName
protected final String vertexLabelProperty
protected final String edgeLabel
public GraphlibWriter(com.tinkerpop.blueprints.Graph graph)
public GraphlibWriter(com.tinkerpop.blueprints.Graph graph,
GraphvizConstants.GraphvizType type,
GraphvizConstants.GraphvizDirection direction,
String graphVariableName,
String vertexLabelProperty,
String edgeLabelProperty)
public void writeGraph(OutputStream os) throws IOException
writeGraph in interface GraphWriterIOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.