public class AsciidocHelper extends Object
| Constructor and Description |
|---|
AsciidocHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createAsciiDocSnippet(String language,
String formattedQuery) |
static String |
createCypherSnippet(String query) |
static String |
createCypherSnippetFromPreformattedQuery(String formattedQuery,
boolean executable) |
static String |
createGraphViz(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier) |
static String |
createGraphViz(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
GraphStyle graphStyle)
Create graphviz output using a
GraphStyle. |
static String |
createGraphViz(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
GraphStyle graphStyle,
String graphvizOptions) |
static String |
createGraphViz(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
String graphvizOptions) |
static String |
createGraphVizDeletingReferenceNode(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier) |
static String |
createGraphVizDeletingReferenceNode(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
String graphvizOptions) |
static String |
createGraphVizWithNodeId(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier) |
static String |
createGraphVizWithNodeId(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
String graphvizOptions) |
static String |
createGraphVizWithNodeIdDeletingReferenceNode(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier) |
static String |
createGraphVizWithNodeIdDeletingReferenceNode(String title,
org.neo4j.graphdb.GraphDatabaseService graph,
String identifier,
String graphvizOptions) |
static String |
createOutputSnippet(String output) |
static String |
createQueryFailureSnippet(String output) |
static String |
createQueryResultSnippet(String output) |
static String |
createSqlSnippet(String query) |
public static String createGraphViz(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier)
public static String createGraphViz(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier, String graphvizOptions)
public static String createGraphVizWithNodeId(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier)
public static String createGraphVizWithNodeId(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier, String graphvizOptions)
public static String createGraphVizDeletingReferenceNode(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier)
public static String createGraphVizDeletingReferenceNode(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier, String graphvizOptions)
public static String createGraphVizWithNodeIdDeletingReferenceNode(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier)
public static String createGraphVizWithNodeIdDeletingReferenceNode(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier, String graphvizOptions)
public static String createGraphViz(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier, GraphStyle graphStyle)
GraphStyle.
GraphStyle is implemented by AsciiDocSimpleStyle and AsciiDocStyle.
AsciiDocSimpleStyle provides different customization options for coloring.title - the title of the visualizationgraph - the database to useidentifier - the identifier to include in the filenamegraphStyle - the style configuration to usepublic static String createGraphViz(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier, GraphStyle graphStyle, String graphvizOptions)
public static String createCypherSnippetFromPreformattedQuery(String formattedQuery, boolean executable)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.