Enum Constant and Description |
---|
__toremove_INTERFACE_PROVIDER |
__toremove_INTERFACE_USER |
BOLD |
DASHED |
DOTTED |
DOUBLE_tobedone |
INVISIBLE |
NORMAL |
Modifier and Type | Method and Description |
---|---|
static UStroke |
getStroke(LinkStyle style) |
static LinkStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkStyle NORMAL
public static final LinkStyle DASHED
public static final LinkStyle DOTTED
public static final LinkStyle BOLD
public static final LinkStyle INVISIBLE
public static final LinkStyle DOUBLE_tobedone
public static final LinkStyle __toremove_INTERFACE_PROVIDER
public static final LinkStyle __toremove_INTERFACE_USER
public static LinkStyle[] values()
for (LinkStyle c : LinkStyle.values()) System.out.println(c);
public static LinkStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null