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