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