protected static enum RenderProcessor.MergeType extends Enum<RenderProcessor.MergeType>
Enum Constant and Description |
---|
HORIZONTAL
水平
|
VERTICAL
垂直
|
Modifier and Type | Method and Description |
---|---|
static RenderProcessor.MergeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderProcessor.MergeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderProcessor.MergeType HORIZONTAL
public static final RenderProcessor.MergeType VERTICAL
public static RenderProcessor.MergeType[] values()
for (RenderProcessor.MergeType c : RenderProcessor.MergeType.values()) System.out.println(c);
public static RenderProcessor.MergeType 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 nullCopyright © 2024. All rights reserved.