public static enum NodeEffectInput.RenderType extends java.lang.Enum<NodeEffectInput.RenderType>
| Enum Constant and Description |
|---|
CLIPPED_CONTENT |
EFFECT_CONTENT |
FULL_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
static NodeEffectInput.RenderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeEffectInput.RenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeEffectInput.RenderType EFFECT_CONTENT
public static final NodeEffectInput.RenderType CLIPPED_CONTENT
public static final NodeEffectInput.RenderType FULL_CONTENT
public static NodeEffectInput.RenderType[] values()
for (NodeEffectInput.RenderType c : NodeEffectInput.RenderType.values()) System.out.println(c);
public static NodeEffectInput.RenderType 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 null