Uses of Class
ca.corbett.extras.image.animation.SnowLayerUI
Packages that use SnowLayerUI
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 SnowLayerUI in ca.corbett.extras.image.animation
Methods in ca.corbett.extras.image.animation that return SnowLayerUIModifier and TypeMethodDescriptionSnowLayerUI.letItSnow(boolean isSnowing) Let it snow!SnowLayerUI.setSnowColor(Color snowColor) Why would you choose anything other than white for snow?