Uses of Class
ca.corbett.extras.image.animation.FadeLayerUI
Packages that use FadeLayerUI
Package
Description
This package contains animation classes and other fun visual effects that you can
drop into your application:
AnimatedTextRenderer - types out text at a configurable
rate with configurable color and font options.
BlurLayerUI - apply a blur effect to a JPanel.
FadeLayerUI - apply a fade-in/fade-out effect to a JPanel.
SnowLayerUI - apply a "falling snow" effect to a JPanel.
-
Uses of FadeLayerUI in ca.corbett.extras.image.animation
Methods in ca.corbett.extras.image.animation that return FadeLayerUIModifier and TypeMethodDescriptionFadeLayerUI.setAnimationDuration(AnimationDuration animationDuration) Sets the animation duration.FadeLayerUI.setAnimationSpeed(AnimationSpeed animationSpeed) Sets the animation speed.FadeLayerUI.setFadeColor(Color fadeColor) Sets the fade color that will be used during the fade animation.