static enum BaseZeissReader.TextAlignment extends Enum<BaseZeissReader.TextAlignment>
| Modifier and Type | Field and Description | 
|---|---|
private static Map<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(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 Map<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(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 int getValue()
public static BaseZeissReader.TextAlignment get(int value)
Copyright © 2015 Open Microscopy Environment