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