public static enum HemfGraphics.EmfRenderState extends Enum<HemfGraphics.EmfRenderState>
| Enum Constant and Description |
|---|
EMF_DCONTEXT |
EMF_ONLY |
EMFPLUS_ONLY |
INITIAL |
| Modifier and Type | Method and Description |
|---|---|
static HemfGraphics.EmfRenderState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HemfGraphics.EmfRenderState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfGraphics.EmfRenderState INITIAL
public static final HemfGraphics.EmfRenderState EMF_ONLY
public static final HemfGraphics.EmfRenderState EMFPLUS_ONLY
public static final HemfGraphics.EmfRenderState EMF_DCONTEXT
public static HemfGraphics.EmfRenderState[] values()
for (HemfGraphics.EmfRenderState c : HemfGraphics.EmfRenderState.values()) System.out.println(c);
public static HemfGraphics.EmfRenderState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null