Class AnimationFacet
java.lang.Object
org.pushingpixels.lafwidget.animation.AnimationFacet
Animation facet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnimationFacet
Arming a component.protected String
Animation facet display name.static final AnimationFacet
Focusing a component.static final AnimationFacet
Focus loop animation.static final AnimationFacet
Ghosting image effects on buttons when the button is pressed.static final AnimationFacet
Ghosting image effects on button icons when the button is rolled-over.static final AnimationFacet
Glow effect on icons when the relevant control is rolled over.static final AnimationFacet
Pressing a component.static final AnimationFacet
Rollover a component.static final AnimationFacet
Selecting a component. -
Constructor Summary
ConstructorsConstructorDescriptionAnimationFacet
(String displayName, boolean isDefaultAllowed) Creates a new animation facet. -
Method Summary
-
Field Details
-
displayName
Animation facet display name. -
ARM
Arming a component. -
PRESS
Pressing a component. -
FOCUS
Focusing a component. -
FOCUS_LOOP_ANIMATION
Focus loop animation. Disabled by default, use
AnimationConfigurationManager.allowAnimations(AnimationFacet)
to enable.- Since:
- version 3.0
-
ROLLOVER
Rollover a component. -
SELECTION
Selecting a component. -
GHOSTING_ICON_ROLLOVER
Ghosting image effects on button icons when the button is rolled-over. Disabled by default, useAnimationConfigurationManager.allowAnimations(AnimationFacet)
to enable. -
GHOSTING_BUTTON_PRESS
Ghosting image effects on buttons when the button is pressed. Disabled by default, useAnimationConfigurationManager.allowAnimations(AnimationFacet)
to enable. -
ICON_GLOW
Glow effect on icons when the relevant control is rolled over. Disabled by default, useAnimationConfigurationManager.allowAnimations(AnimationFacet)
to enable.
-
-
Constructor Details
-
AnimationFacet
Creates a new animation facet.- Parameters:
displayName
- Display name for the animation facet.isDefaultAllowed
- Indicates whether this animation facet is allowed by default.
-
-
Method Details