static enum BaseZeissReader.TextAlignment extends java.lang.Enum<BaseZeissReader.TextAlignment>
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,BaseZeissReader.TextAlignment> |
lookup |
private int |
value |
Modifier and Type | Method and Description |
---|---|
static BaseZeissReader.TextAlignment |
get(int value) |
int |
getValue() |
static BaseZeissReader.TextAlignment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseZeissReader.TextAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseZeissReader.TextAlignment LEFT
public static final BaseZeissReader.TextAlignment CENTER
public static final BaseZeissReader.TextAlignment RIGHT
public static final BaseZeissReader.TextAlignment NONE
private static final java.util.Map<java.lang.Integer,BaseZeissReader.TextAlignment> lookup
private int value
public static BaseZeissReader.TextAlignment[] values()
for (BaseZeissReader.TextAlignment c : BaseZeissReader.TextAlignment.values()) System.out.println(c);
public static BaseZeissReader.TextAlignment valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static BaseZeissReader.TextAlignment get(int value)
Copyright © 2020 Open Microscopy Environment