Uses of Class
ca.corbett.extras.image.animation.BlurLayerUI
Packages that use BlurLayerUI
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 BlurLayerUI in ca.corbett.extras.image.animation
Methods in ca.corbett.extras.image.animation that return BlurLayerUIModifier and TypeMethodDescriptionBlurLayerUI.setAnimationDuration(AnimationDuration animationDuration) Sets the animation duration for blur transitions.BlurLayerUI.setAnimationSpeed(AnimationSpeed animationSpeed) Sets the animation speed for blur transitions.BlurLayerUI.setBlurIntensity(BlurLayerUI.BlurIntensity intensity) Sets the blur intensity preset.BlurLayerUI.setOverlayText(String overlayText) Sets optional text to overlay on top of the panel when it is blurred.