| Package | Description |
|---|---|
| org.neo4j.visualization.graphviz | |
| org.neo4j.visualization.graphviz.color |
| Modifier and Type | Class and Description |
|---|---|
static class |
StyleParameter.DefaultNodeProperty
Add a property to the general node configuration.
|
static class |
StyleParameter.DefaultRelationshipProperty
Add a property to the general relationship configuration.
|
static class |
StyleParameter.GenericNodeParameters
Add custom generic parameters to nodes.
|
static class |
StyleParameter.GenericRelationshipParameters
Add custom generic parameters to relationships.
|
static class |
StyleParameter.GraphLabel |
static class |
StyleParameter.NodeColor
Apply a color to a node.
|
static class |
StyleParameter.NodeFont
Configure the font of nodes.
|
static class |
StyleParameter.NodePropertyFilter
Filter which properties are allowed for nodes.
|
static class |
StyleParameter.NodePropertyFormat
Specify a custom format for node properties.
|
static class |
StyleParameter.NodeTitle
Add a custom title to nodes.
|
static class |
StyleParameter.NodeTitleProperty
Get node title from a property.
|
static class |
StyleParameter.RelationshipColor
Apply a color to a relationship.
|
static class |
StyleParameter.RelationshipFont
Configure the font of relationships.
|
static class |
StyleParameter.RelationshipHeadLabel
Specify a label for the head of relationships.
|
static class |
StyleParameter.RelationshipPropertyFilter
Filter which properties are alloed for relationships.
|
static class |
StyleParameter.RelationshipPropertyFormat
Specify a custom format for relationship properties.
|
static class |
StyleParameter.RelationshipTailLabel
Specify a label for the tail of relationships.
|
static class |
StyleParameter.RelationshipTitle
Add a custom title to relationships.
|
static class |
StyleParameter.RelationshipTitleProperty
Get relationship title from a property.
|
static class |
StyleParameter.RelationshipTypeColor
Apply a color to a relationship based on the type of the relationship.
|
static class |
StyleParameter.ReverseOrderRelationshipTypes
Reverse the logical order of relationships with specific types.
|
static class |
StyleParameter.ReverseRelationshipOrder
Reverse the logical order of relationships.
|
static class |
StyleParameter.Simple
Simple style parameter that neither requires parameters, nor custom code.
|
| Modifier and Type | Method and Description |
|---|---|
StyleParameter[] |
ConfigurationParser.styles(StyleParameter... params) |
| Modifier and Type | Method and Description |
|---|---|
StyleParameter[] |
ConfigurationParser.styles(StyleParameter... params) |
| Constructor and Description |
|---|
GraphvizWriter(StyleParameter... configuration)
Create a new Graphviz writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoNodeColor
Color nodes automatically based on relationships.
|
class |
AutoRelationshipTypeColor
Color relationships automatically based on the type.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.