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