public static enum HemfPlusPen.EmfPlusPenAlignment extends java.lang.Enum<HemfPlusPen.EmfPlusPenAlignment>
| Enum Constant and Description | 
|---|
CENTER
Specifies that the EmfPlusPen object is centered over the theoretical line. 
 | 
INSET
Specifies that the pen is positioned on the inside of the theoretical line. 
 | 
LEFT
Specifies that the pen is positioned to the left of the theoretical line. 
 | 
OUTSET
Specifies that the pen is positioned on the outside of the theoretical line. 
 | 
RIGHT
Specifies that the pen is positioned to the right of the theoretical line. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
int | 
id  | 
| Modifier and Type | Method and Description | 
|---|---|
static HemfPlusPen.EmfPlusPenAlignment | 
valueOf(int id)  | 
static HemfPlusPen.EmfPlusPenAlignment | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static HemfPlusPen.EmfPlusPenAlignment[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final HemfPlusPen.EmfPlusPenAlignment CENTER
public static final HemfPlusPen.EmfPlusPenAlignment INSET
public static final HemfPlusPen.EmfPlusPenAlignment LEFT
public static final HemfPlusPen.EmfPlusPenAlignment OUTSET
public static final HemfPlusPen.EmfPlusPenAlignment RIGHT
public static HemfPlusPen.EmfPlusPenAlignment[] values()
for (HemfPlusPen.EmfPlusPenAlignment c : HemfPlusPen.EmfPlusPenAlignment.values()) System.out.println(c);
public static HemfPlusPen.EmfPlusPenAlignment 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 static HemfPlusPen.EmfPlusPenAlignment valueOf(int id)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.