public enum ImageVertAlign extends Enum<ImageVertAlign>
| Enum Constant and Description |
|---|
BASELINE |
BOTTOM |
MIDDLE |
SUB |
SUPER |
TEXT_BOTTOM |
TEXT_TOP |
TOP |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
asKeyword() |
static ImageVertAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageVertAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ImageVertAlign |
which(String s) |
public static final ImageVertAlign BASELINE
public static final ImageVertAlign SUB
public static final ImageVertAlign SUPER
public static final ImageVertAlign TOP
public static final ImageVertAlign TEXT_TOP
public static final ImageVertAlign MIDDLE
public static final ImageVertAlign BOTTOM
public static final ImageVertAlign TEXT_BOTTOM
public static ImageVertAlign[] values()
for (ImageVertAlign c : ImageVertAlign.values()) System.out.println(c);
public static ImageVertAlign 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 abstract String asKeyword()
public static ImageVertAlign which(String s)
Copyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.