public static enum HemfGraphics.EmfRenderState extends java.lang.Enum<HemfGraphics.EmfRenderState>
| Enum Constant and Description |
|---|
EMF_DCONTEXT |
EMF_ONLY |
EMFPLUS_ONLY |
INITIAL |
| Modifier and Type | Method and Description |
|---|---|
static HemfGraphics.EmfRenderState |
valueOf(java.lang.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(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 nullCopyright 2022 The Apache Software Foundation or its licensors, as applicable.