public static enum HemfPlusPen.EmfPlusLineStyle extends java.lang.Enum<HemfPlusPen.EmfPlusLineStyle>
| Enum Constant and Description | 
|---|
| CUSTOMSpecifies a user-defined, custom dashed line. | 
| DASHSpecifies a dashed line. | 
| DASH_DOTSpecifies an alternating dash-dot line. | 
| DASH_DOT_DOTSpecifies an alternating dash-dot-dot line. | 
| DOTSpecifies a dotted line. | 
| SOLIDSpecifies 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 2022 The Apache Software Foundation or its licensors, as applicable.