| Package | Description |
|---|---|
| org.jboss.windup.graph.renderer.graphlib |
| Modifier and Type | Field and Description |
|---|---|
protected GraphvizConstants.GraphvizDirection |
GraphlibWriter.direction |
| Modifier and Type | Method and Description |
|---|---|
static GraphvizConstants.GraphvizDirection |
GraphvizConstants.GraphvizDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphvizConstants.GraphvizDirection[] |
GraphvizConstants.GraphvizDirection.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.