| Interface | Description |
|---|---|
| StyleParameter |
A configuration parameter for the Neo Graphviz system.
|
| Class | Description |
|---|---|
| AsciiDocSimpleStyle |
Simplified style with no node labels and no property type names in the
output.
|
| AsciiDocStyle | |
| ConfigurationParser | |
| GraphStyle | |
| GraphvizWriter |
An object that writes a graph to a specified destination in graphviz dot
format.
|
| Script | |
| SimpleNodeStyle | |
| StyleParameter.DefaultNodeProperty |
Add a property to the general node configuration.
|
| StyleParameter.DefaultRelationshipProperty |
Add a property to the general relationship configuration.
|
| StyleParameter.GenericNodeParameters |
Add custom generic parameters to nodes.
|
| StyleParameter.GenericRelationshipParameters |
Add custom generic parameters to relationships.
|
| StyleParameter.GraphLabel | |
| StyleParameter.NodeColor |
Apply a color to a node.
|
| StyleParameter.NodeFont |
Configure the font of nodes.
|
| StyleParameter.NodePropertyFilter |
Filter which properties are allowed for nodes.
|
| StyleParameter.NodePropertyFormat |
Specify a custom format for node properties.
|
| StyleParameter.NodeTitle |
Add a custom title to nodes.
|
| StyleParameter.NodeTitleProperty |
Get node title from a property.
|
| StyleParameter.RelationshipColor |
Apply a color to a relationship.
|
| StyleParameter.RelationshipFont |
Configure the font of relationships.
|
| StyleParameter.RelationshipHeadLabel |
Specify a label for the head of relationships.
|
| StyleParameter.RelationshipPropertyFilter |
Filter which properties are alloed for relationships.
|
| StyleParameter.RelationshipPropertyFormat |
Specify a custom format for relationship properties.
|
| StyleParameter.RelationshipTailLabel |
Specify a label for the tail of relationships.
|
| StyleParameter.RelationshipTitle |
Add a custom title to relationships.
|
| StyleParameter.RelationshipTitleProperty |
Get relationship title from a property.
|
| StyleParameter.RelationshipTypeColor |
Apply a color to a relationship based on the type of the relationship.
|
| StyleParameter.ReverseOrderRelationshipTypes |
Reverse the logical order of relationships with specific types.
|
| StyleParameter.ReverseRelationshipOrder |
Reverse the logical order of relationships.
|
| Enum | Description |
|---|---|
| StyleParameter.Simple |
Simple style parameter that neither requires parameters, nor custom code.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.