| Package | Description |
|---|---|
| org.jboss.windup.graph.renderer.graphlib |
| Modifier and Type | Field and Description |
|---|---|
protected GraphvizConstants.GraphvizType |
GraphlibWriter.type |
| Modifier and Type | Method and Description |
|---|---|
static GraphvizConstants.GraphvizType |
GraphvizConstants.GraphvizType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphvizConstants.GraphvizType[] |
GraphvizConstants.GraphvizType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GraphlibWriter(com.tinkerpop.blueprints.Graph graph,
GraphvizConstants.GraphvizType type,
GraphvizConstants.GraphvizDirection direction,
String graphVariableName,
String vertexLabelProperty,
String edgeLabelProperty) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.