public static enum IUIPanelAnimation.Direction extends Enum<IUIPanelAnimation.Direction>
Enum Constant and Description |
---|
DOWN
Animation direction: down.
|
LEFT
Animation direction: left.
|
RIGHT
Animation direction: right.
|
UP
Animation direction: up.
|
Modifier and Type | Field and Description |
---|---|
String |
description
The description.
|
int |
direction
The direction value for the composite value (2, 4, 6, or 8).
|
Modifier and Type | Method and Description |
---|---|
static IUIPanelAnimation.Direction |
fromCompositeValue(int animation)
Gets the direction from a composite animation value.
|
static IUIPanelAnimation.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IUIPanelAnimation.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IUIPanelAnimation.Direction LEFT
public static final IUIPanelAnimation.Direction RIGHT
public static final IUIPanelAnimation.Direction UP
public static final IUIPanelAnimation.Direction DOWN
public final int direction
public final String description
public static IUIPanelAnimation.Direction[] values()
for (IUIPanelAnimation.Direction c : IUIPanelAnimation.Direction.values()) System.out.println(c);
public static IUIPanelAnimation.Direction 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 nullpublic static IUIPanelAnimation.Direction fromCompositeValue(int animation)
animation
- The animation composite value.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.