public enum LinkMiddleDecor extends java.lang.Enum<LinkMiddleDecor>
Enum Constant and Description |
---|
CIRCLE |
CIRCLE_CIRCLED |
CIRCLE_CIRCLED1 |
CIRCLE_CIRCLED2 |
NONE |
SUBSET |
SUPERSET |
Modifier and Type | Method and Description |
---|---|
LinkMiddleDecor |
getInversed() |
MiddleFactory |
getMiddleFactory(HColor backColor,
HColor diagramBackColor) |
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 final LinkMiddleDecor SUBSET
public static final LinkMiddleDecor SUPERSET
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(HColor backColor, HColor diagramBackColor)
public LinkMiddleDecor getInversed()