public static enum ReflectionEffect.RectangleAlignEnum extends Enum<ReflectionEffect.RectangleAlignEnum>
Modifier and Type | Class and Description |
---|---|
static class |
ReflectionEffect.RectangleAlignEnum.Adapter |
Enum Constant and Description |
---|
BOTTOM |
BOTTOMLEFT |
BOTTOMRIGHT |
CENTER |
LEFT |
NOTDEFINED |
RIGHT |
TOP |
TOPLEFT |
TOPRIGHT |
Modifier and Type | Method and Description |
---|---|
static ReflectionEffect.RectangleAlignEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ReflectionEffect.RectangleAlignEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReflectionEffect.RectangleAlignEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReflectionEffect.RectangleAlignEnum TOPLEFT
public static final ReflectionEffect.RectangleAlignEnum TOP
public static final ReflectionEffect.RectangleAlignEnum TOPRIGHT
public static final ReflectionEffect.RectangleAlignEnum LEFT
public static final ReflectionEffect.RectangleAlignEnum CENTER
public static final ReflectionEffect.RectangleAlignEnum RIGHT
public static final ReflectionEffect.RectangleAlignEnum BOTTOMLEFT
public static final ReflectionEffect.RectangleAlignEnum BOTTOM
public static final ReflectionEffect.RectangleAlignEnum BOTTOMRIGHT
public static final ReflectionEffect.RectangleAlignEnum NOTDEFINED
public static ReflectionEffect.RectangleAlignEnum[] values()
for (ReflectionEffect.RectangleAlignEnum c : ReflectionEffect.RectangleAlignEnum.values()) System.out.println(c);
public static ReflectionEffect.RectangleAlignEnum 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 String toString()
toString
in class Enum<ReflectionEffect.RectangleAlignEnum>
public static ReflectionEffect.RectangleAlignEnum fromValue(String text)
Copyright © 2021. All rights reserved.