| Package | Description |
|---|---|
| org.neo4j.visualization.asciidoc | |
| org.neo4j.visualization.graphviz |
| Modifier and Type | Method and Description |
|---|---|
static String |
AsciidocHelper.createGraphViz(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
GraphStyle graphStyle)
Create graphviz output using a GraphStyle) which is implemented by
{@link AsciiDocSimpleStyle} and {@link AsciiDocStyle}.
|
static String |
AsciidocHelper.createGraphViz(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
GraphStyle graphStyle,
String graphvizOptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsciiDocSimpleStyle
Simplified style with no node labels and no property type names in the
output.
|
class |
AsciiDocStyle |
| Constructor and Description |
|---|
GraphvizWriter(GraphStyle style) |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.