public static enum EdgeLabelStyle.Thickness extends Enum<EdgeLabelStyle.Thickness>
| Modifier and Type | Method and Description |
|---|---|
static EdgeLabelStyle.Thickness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeLabelStyle.Thickness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgeLabelStyle.Thickness THICK
public static final EdgeLabelStyle.Thickness NORMAL
public static final EdgeLabelStyle.Thickness FINE
public static EdgeLabelStyle.Thickness[] values()
for (EdgeLabelStyle.Thickness c : EdgeLabelStyle.Thickness.values()) System.out.println(c);
public static EdgeLabelStyle.Thickness 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 nullCopyright © 2024 The Apache Software Foundation. All rights reserved.