public static enum StyleParameter.Simple extends Enum<StyleParameter.Simple> 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| Enum Constant and Description |
|---|
NO_RELATIONSHIP_LABEL
Don't render labels for relationships.
|
NO_RELATIONSHIP_PROPERTIES
Don't render properties for relationships.
|
PROPERTY_AS_KEY_COLON_TYPE
Render properties for relationships as "key : type".
|
PROPERTY_AS_KEY_EQUALS_VALUE
Render properties for relationships as "key = value".
|
PROPERTY_AS_KEY_EQUALS_VALUE_COLON_TYPE
Render properties for relationships as "key = value : type".
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configure(org.neo4j.visualization.graphviz.StyleConfiguration configuration)
Apply this configuration parameter to a configuration.
|
static StyleParameter.Simple |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleParameter.Simple[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleParameter.Simple NO_RELATIONSHIP_PROPERTIES
public static final StyleParameter.Simple NO_RELATIONSHIP_LABEL
public static final StyleParameter.Simple PROPERTY_AS_KEY_EQUALS_VALUE_COLON_TYPE
public static final StyleParameter.Simple PROPERTY_AS_KEY_EQUALS_VALUE
public static final StyleParameter.Simple PROPERTY_AS_KEY_COLON_TYPE
public static StyleParameter.Simple[] values()
for (StyleParameter.Simple c : StyleParameter.Simple.values()) System.out.println(c);
public static StyleParameter.Simple valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic abstract void configure(org.neo4j.visualization.graphviz.StyleConfiguration configuration)
StyleParameterconfigure in interface StyleParameterconfiguration - same as in
StyleParameter.configure(StyleConfiguration).StyleParameter.configure(StyleConfiguration)Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.