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) |
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) which is implemented by
{@link AsciiDocSimpleStyle} and {@link AsciiDocStyle}.
|
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)
public static String createGraphViz(String title, org.neo4j.graphdb.GraphDatabaseService graph, String identifier, GraphStyle graphStyle, String graphvizOptions)
public static String createCypherSnippetFromPreformattedQuery(String formattedQuery)
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.