| Package | Description |
|---|---|
| org.apache.hugegraph.entity.schema |
| Modifier and Type | Method and Description |
|---|---|
static EdgeLabelStyle.LineType |
EdgeLabelStyle.LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeLabelStyle.LineType[] |
EdgeLabelStyle.LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EdgeLabelStyle(String color,
Boolean withArrow,
EdgeLabelStyle.LineType lineType,
EdgeLabelStyle.Thickness thickness,
List<String> displayFields,
List<String> joinSymbols) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.