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