public enum AlignParam extends java.lang.Enum<AlignParam>
Enum Constant and Description |
---|
SEQUENCE_MESSAGE_ALIGN |
SEQUENCE_MESSAGETEXT_ALIGN |
SEQUENCE_REFERENCE_ALIGN |
Modifier and Type | Method and Description |
---|---|
net.sourceforge.plantuml.graphic.HorizontalAlignment |
getDefaultValue() |
static AlignParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignParam SEQUENCE_MESSAGE_ALIGN
public static final AlignParam SEQUENCE_MESSAGETEXT_ALIGN
public static final AlignParam SEQUENCE_REFERENCE_ALIGN
public static AlignParam[] values()
for (AlignParam c : AlignParam.values()) System.out.println(c);
public static AlignParam 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 final net.sourceforge.plantuml.graphic.HorizontalAlignment getDefaultValue()