public enum LinkMiddleDecor extends java.lang.Enum<LinkMiddleDecor>
Enum Constant and Description |
---|
CIRCLE |
CIRCLE_CIRCLED |
CIRCLE_CIRCLED1 |
CIRCLE_CIRCLED2 |
NONE |
Modifier and Type | Method and Description |
---|---|
MiddleFactory |
getMiddleFactory(HtmlColor backColor) |
static LinkMiddleDecor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkMiddleDecor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkMiddleDecor NONE
public static final LinkMiddleDecor CIRCLE
public static final LinkMiddleDecor CIRCLE_CIRCLED
public static final LinkMiddleDecor CIRCLE_CIRCLED1
public static final LinkMiddleDecor CIRCLE_CIRCLED2
public static LinkMiddleDecor[] values()
for (LinkMiddleDecor c : LinkMiddleDecor.values()) System.out.println(c);
public static LinkMiddleDecor 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 nullpublic MiddleFactory getMiddleFactory(HtmlColor backColor)