public final class AnimationFacet extends Object
Modifier and Type | Field | Description |
---|---|---|
static AnimationFacet |
ARM |
Arming a component.
|
protected String |
displayName |
Animation facet display name.
|
static AnimationFacet |
FOCUS |
Focusing a component.
|
static AnimationFacet |
FOCUS_LOOP_ANIMATION |
Focus loop animation.
|
static AnimationFacet |
GHOSTING_BUTTON_PRESS |
Ghosting image effects on buttons when the button is pressed.
|
static AnimationFacet |
GHOSTING_ICON_ROLLOVER |
Ghosting image effects on button icons when the button is
rolled-over.
|
static AnimationFacet |
ICON_GLOW |
Glow effect on icons when the relevant control is rolled over.
|
static AnimationFacet |
PRESS |
Pressing a component.
|
static AnimationFacet |
ROLLOVER |
Rollover a component.
|
static AnimationFacet |
SELECTION |
Selecting a component.
|
Constructor | Description |
---|---|
AnimationFacet(String displayName,
boolean isDefaultAllowed) |
Creates a new animation facet.
|
protected String displayName
public static final AnimationFacet ARM
public static final AnimationFacet PRESS
public static final AnimationFacet FOCUS
public static final AnimationFacet FOCUS_LOOP_ANIMATION
Focus loop animation. Disabled by default, use
AnimationConfigurationManager.allowAnimations(AnimationFacet)
to
enable.
public static final AnimationFacet ROLLOVER
public static final AnimationFacet SELECTION
public static final AnimationFacet GHOSTING_ICON_ROLLOVER
AnimationConfigurationManager.allowAnimations(AnimationFacet)
to
enable.public static final AnimationFacet GHOSTING_BUTTON_PRESS
AnimationConfigurationManager.allowAnimations(AnimationFacet)
to
enable.public static final AnimationFacet ICON_GLOW
AnimationConfigurationManager.allowAnimations(AnimationFacet)
to
enable.public AnimationFacet(String displayName, boolean isDefaultAllowed)
displayName
- Display name for the animation facet.isDefaultAllowed
- Indicates whether this animation facet is allowed by default.