public enum ShapesAlignmentType extends Enum<ShapesAlignmentType>
Modifier and Type | Class and Description |
---|---|
static class |
ShapesAlignmentType.Adapter |
Enum Constant and Description |
---|
ALIGNBOTTOM |
ALIGNCENTER |
ALIGNLEFT |
ALIGNMIDDLE |
ALIGNRIGHT |
ALIGNTOP |
DISTRIBUTEHORIZONTALLY |
DISTRIBUTEVERTICALLY |
Modifier and Type | Method and Description |
---|---|
static ShapesAlignmentType |
fromValue(String text) |
String |
getValue() |
static ShapesAlignmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapesAlignmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapesAlignmentType ALIGNLEFT
public static final ShapesAlignmentType ALIGNRIGHT
public static final ShapesAlignmentType ALIGNCENTER
public static final ShapesAlignmentType ALIGNTOP
public static final ShapesAlignmentType ALIGNMIDDLE
public static final ShapesAlignmentType ALIGNBOTTOM
public static final ShapesAlignmentType DISTRIBUTEHORIZONTALLY
public static final ShapesAlignmentType DISTRIBUTEVERTICALLY
public static ShapesAlignmentType[] values()
for (ShapesAlignmentType c : ShapesAlignmentType.values()) System.out.println(c);
public static ShapesAlignmentType 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 String getValue()
public static ShapesAlignmentType fromValue(String text)
Copyright © 2022. All rights reserved.