public static enum ImageBanner.Alignment extends Enum<ImageBanner.Alignment>
| Modifier and Type | Method and Description |
|---|---|
static ImageBanner.Alignment |
fromValue(byte value) |
byte |
getValue() |
static ImageBanner.Alignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageBanner.Alignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageBanner.Alignment Left
public static final ImageBanner.Alignment Right
public static final ImageBanner.Alignment Center
public static ImageBanner.Alignment[] values()
for (ImageBanner.Alignment c : ImageBanner.Alignment.values()) System.out.println(c);
public static ImageBanner.Alignment 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 getValue()
public static ImageBanner.Alignment fromValue(byte value)
Copyright © 2006–2020 FDV Solutions. All rights reserved.