public static enum HemfPlusPen.EmfPlusDashedLineCapType extends java.lang.Enum<HemfPlusPen.EmfPlusDashedLineCapType>
| Enum Constant and Description |
|---|
FLAT
Specifies a flat dashed line cap.
|
ROUND
Specifies a round dashed line cap.
|
TRIANGLE
Specifies a triangular dashed line cap.
|
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static HemfPlusPen.EmfPlusDashedLineCapType |
valueOf(int id) |
static HemfPlusPen.EmfPlusDashedLineCapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfPlusPen.EmfPlusDashedLineCapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfPlusPen.EmfPlusDashedLineCapType FLAT
public static final HemfPlusPen.EmfPlusDashedLineCapType ROUND
public static final HemfPlusPen.EmfPlusDashedLineCapType TRIANGLE
public static HemfPlusPen.EmfPlusDashedLineCapType[] values()
for (HemfPlusPen.EmfPlusDashedLineCapType c : HemfPlusPen.EmfPlusDashedLineCapType.values()) System.out.println(c);
public static HemfPlusPen.EmfPlusDashedLineCapType 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.EmfPlusDashedLineCapType valueOf(int id)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.