VerticalTextAlignEnum
and VerticalImageAlignEnum
.public enum VerticalAlignEnum extends Enum<VerticalAlignEnum> implements JREnum
Enum Constant and Description |
---|
BOTTOM
Deprecated.
|
JUSTIFIED
Deprecated.
|
MIDDLE
Deprecated.
|
TOP
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlignEnum |
getByName(String name)
Deprecated.
|
static VerticalAlignEnum |
getByValue(byte value)
Deprecated.
|
static VerticalAlignEnum |
getByValue(Byte value)
Deprecated.
|
String |
getName()
Deprecated.
|
byte |
getValue()
Deprecated.
|
Byte |
getValueByte()
Deprecated.
|
static VerticalAlignEnum |
getVerticalAlignEnum(VerticalImageAlignEnum verticalImageAlign)
Deprecated.
|
static VerticalAlignEnum |
getVerticalAlignEnum(VerticalTextAlignEnum verticalTextAlign)
Deprecated.
|
static VerticalImageAlignEnum |
getVerticalImageAlignEnum(VerticalAlignEnum verticalAlignment)
Deprecated.
|
static VerticalTextAlignEnum |
getVerticalTextAlignEnum(VerticalAlignEnum verticalAlignment)
Deprecated.
|
static VerticalAlignEnum |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VerticalAlignEnum[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerticalAlignEnum TOP
public static final VerticalAlignEnum MIDDLE
public static final VerticalAlignEnum BOTTOM
public static final VerticalAlignEnum JUSTIFIED
public static VerticalAlignEnum[] values()
for (VerticalAlignEnum c : VerticalAlignEnum.values()) System.out.println(c);
public static VerticalAlignEnum 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 Byte getValueByte()
getValueByte
in interface JREnum
public static VerticalAlignEnum getByName(String name)
public static VerticalAlignEnum getByValue(Byte value)
public static VerticalAlignEnum getByValue(byte value)
public static VerticalTextAlignEnum getVerticalTextAlignEnum(VerticalAlignEnum verticalAlignment)
public static VerticalImageAlignEnum getVerticalImageAlignEnum(VerticalAlignEnum verticalAlignment)
public static VerticalAlignEnum getVerticalAlignEnum(VerticalTextAlignEnum verticalTextAlign)
public static VerticalAlignEnum getVerticalAlignEnum(VerticalImageAlignEnum verticalImageAlign)
Copyright © 2016. All rights reserved.