public enum LinkDecor extends Enum<LinkDecor>
Enum Constant and Description |
---|
AGREGATION |
ARROW |
ARROW_AND_CIRCLE |
ARROW_TRIANGLE |
CIRCLE |
CIRCLE_CONNECT |
CIRCLE_CROSS |
COMPOSITION |
EXTENDS |
NONE |
PARENTHESIS |
PLUS |
SQUARRE |
SQUARRE_toberemoved |
Modifier and Type | Method and Description |
---|---|
double |
getArrowSize() |
ExtremityFactory |
getExtremityFactory() |
int |
getMargin() |
boolean |
isFill() |
static LinkDecor |
valueOf(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 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 SQUARRE
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(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 nullpublic int getMargin()
public boolean isFill()
public double getArrowSize()
public ExtremityFactory getExtremityFactory()
Copyright © 2015. All Rights Reserved.