public abstract static class StyleParameter.RelationshipPropertyFormat extends Object implements StyleParameter
StyleParameter.DefaultNodeProperty, StyleParameter.DefaultRelationshipProperty, StyleParameter.GenericNodeParameters, StyleParameter.GenericRelationshipParameters, StyleParameter.GraphLabel, StyleParameter.NodeColor, StyleParameter.NodeFont, StyleParameter.NodePropertyFilter, StyleParameter.NodePropertyFormat, StyleParameter.NodeTitle, StyleParameter.NodeTitleProperty, StyleParameter.RelationshipColor, StyleParameter.RelationshipFont, StyleParameter.RelationshipHeadLabel, StyleParameter.RelationshipPropertyFilter, StyleParameter.RelationshipPropertyFormat, StyleParameter.RelationshipTailLabel, StyleParameter.RelationshipTitle, StyleParameter.RelationshipTitleProperty, StyleParameter.RelationshipTypeColor, StyleParameter.ReverseOrderRelationshipTypes, StyleParameter.ReverseRelationshipOrder, StyleParameter.Simple| Constructor and Description |
|---|
RelationshipPropertyFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.neo4j.visualization.graphviz.StyleConfiguration configuration)
Apply this configuration parameter to a configuration.
|
String |
format(String key,
PropertyType type,
Object value)
Format a property as a string.
|
public final void configure(org.neo4j.visualization.graphviz.StyleConfiguration configuration)
StyleParameterconfigure in interface StyleParameterconfiguration - the configuration to apply this parameter to.public String format(String key, PropertyType type, Object value)
key - the key of the property to format.type - an object representing the type of the property.value - the value or the property to format.Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.