public static enum HemfMisc.HemfModifyWorldTransformMode extends java.lang.Enum<HemfMisc.HemfModifyWorldTransformMode>
| Enum Constant and Description |
|---|
MWT_IDENTITY
Reset the current transform using the identity matrix.
|
MWT_LEFTMULTIPLY
Multiply the current transform.
|
MWT_RIGHTMULTIPLY
Multiply the current transform.
|
MWT_SET
Perform the function of an EMR_SETWORLDTRANSFORM record
|
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static HemfMisc.HemfModifyWorldTransformMode |
valueOf(int id) |
static HemfMisc.HemfModifyWorldTransformMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfMisc.HemfModifyWorldTransformMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfMisc.HemfModifyWorldTransformMode MWT_IDENTITY
public static final HemfMisc.HemfModifyWorldTransformMode MWT_LEFTMULTIPLY
public static final HemfMisc.HemfModifyWorldTransformMode MWT_RIGHTMULTIPLY
public static final HemfMisc.HemfModifyWorldTransformMode MWT_SET
public static HemfMisc.HemfModifyWorldTransformMode[] values()
for (HemfMisc.HemfModifyWorldTransformMode c : HemfMisc.HemfModifyWorldTransformMode.values()) System.out.println(c);
public static HemfMisc.HemfModifyWorldTransformMode 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 HemfMisc.HemfModifyWorldTransformMode valueOf(int id)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.