public static enum HemfPlusPen.EmfPlusLineStyle extends java.lang.Enum<HemfPlusPen.EmfPlusLineStyle>
| Enum Constant and Description | 
|---|
CUSTOM
Specifies a user-defined, custom dashed line. 
 | 
DASH
Specifies a dashed line. 
 | 
DASH_DOT
Specifies an alternating dash-dot line. 
 | 
DASH_DOT_DOT
Specifies an alternating dash-dot-dot line. 
 | 
DOT
Specifies a dotted line. 
 | 
SOLID
Specifies a solid line. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
int | 
id  | 
| Modifier and Type | Method and Description | 
|---|---|
static HemfPlusPen.EmfPlusLineStyle | 
valueOf(int id)  | 
static HemfPlusPen.EmfPlusLineStyle | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static HemfPlusPen.EmfPlusLineStyle[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final HemfPlusPen.EmfPlusLineStyle SOLID
public static final HemfPlusPen.EmfPlusLineStyle DASH
public static final HemfPlusPen.EmfPlusLineStyle DOT
public static final HemfPlusPen.EmfPlusLineStyle DASH_DOT
public static final HemfPlusPen.EmfPlusLineStyle DASH_DOT_DOT
public static final HemfPlusPen.EmfPlusLineStyle CUSTOM
public static HemfPlusPen.EmfPlusLineStyle[] values()
for (HemfPlusPen.EmfPlusLineStyle c : HemfPlusPen.EmfPlusLineStyle.values()) System.out.println(c);
public static HemfPlusPen.EmfPlusLineStyle 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.EmfPlusLineStyle valueOf(int id)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.