Class AnimationFacet
java.lang.Object
org.pushingpixels.lafwidget.animation.AnimationFacet
Animation facet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnimationFacetArming a component.protected StringAnimation facet display name.static final AnimationFacetFocusing a component.static final AnimationFacetFocus loop animation.static final AnimationFacetGhosting image effects on buttons when the button is pressed.static final AnimationFacetGhosting image effects on button icons when the button is rolled-over.static final AnimationFacetGlow effect on icons when the relevant control is rolled over.static final AnimationFacetPressing a component.static final AnimationFacetRollover a component.static final AnimationFacetSelecting 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