public static enum IUIPanelAnimation.Type extends Enum<IUIPanelAnimation.Type>
Enum Constant and Description |
---|
COVER
Animation type: cover.
|
FADE
Animation type: fade.
|
NONE
Animation type: none.
|
REVEAL
Animation type: reveal.
|
SLIDE
Animation type: slide.
|
Modifier and Type | Field and Description |
---|---|
String |
description
The description.
|
Modifier and Type | Method and Description |
---|---|
static IUIPanelAnimation.Type |
fromCompositeValue(int animation)
Gets the type from a composite animation value.
|
static IUIPanelAnimation.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IUIPanelAnimation.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IUIPanelAnimation.Type NONE
public static final IUIPanelAnimation.Type FADE
public static final IUIPanelAnimation.Type SLIDE
public static final IUIPanelAnimation.Type COVER
public static final IUIPanelAnimation.Type REVEAL
public final String description
public static IUIPanelAnimation.Type[] values()
for (IUIPanelAnimation.Type c : IUIPanelAnimation.Type.values()) System.out.println(c);
public static IUIPanelAnimation.Type 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.Type fromCompositeValue(int animation)
animation
- The animation composite value.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.