Enum Constant and Description |
---|
AGREGATION |
ARROW |
ARROW_AND_CIRCLE |
ARROW_TRIANGLE |
CIRCLE |
CIRCLE_CONNECT |
CIRCLE_CROSS |
CIRCLE_CROWFOOT |
CIRCLE_LINE |
COMPOSITION |
CROWFOOT |
DOUBLE_LINE |
EXTENDS |
LINE_CROWFOOT |
NONE |
NOT_NAVIGABLE |
PARENTHESIS |
PLUS |
SQUARE |
SQUARRE_toberemoved |
Modifier and Type | Method and Description |
---|---|
double |
getArrowSize() |
ExtremityFactory |
getExtremityFactory(HtmlColor backgroundColor) |
int |
getMargin() |
boolean |
isFill() |
static LinkDecor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinkDecor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkDecor NONE
public static final LinkDecor EXTENDS
public static final LinkDecor COMPOSITION
public static final LinkDecor AGREGATION
public static final LinkDecor NOT_NAVIGABLE
public static final LinkDecor CROWFOOT
public static final LinkDecor CIRCLE_CROWFOOT
public static final LinkDecor CIRCLE_LINE
public static final LinkDecor DOUBLE_LINE
public static final LinkDecor LINE_CROWFOOT
public static final LinkDecor ARROW
public static final LinkDecor ARROW_TRIANGLE
public static final LinkDecor ARROW_AND_CIRCLE
public static final LinkDecor CIRCLE
public static final LinkDecor CIRCLE_CONNECT
public static final LinkDecor PARENTHESIS
public static final LinkDecor SQUARE
public static final LinkDecor CIRCLE_CROSS
public static final LinkDecor PLUS
public static final LinkDecor SQUARRE_toberemoved
public static LinkDecor[] values()
for (LinkDecor c : LinkDecor.values()) System.out.println(c);
public static LinkDecor 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 int getMargin()
public boolean isFill()
public double getArrowSize()
public ExtremityFactory getExtremityFactory(HtmlColor backgroundColor)