Uses of Package
ca.corbett.extras.image.animation
Packages that use ca.corbett.extras.image.animation
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.
-
Classes in ca.corbett.extras.image.animation used by ca.corbett.extras.image.animationClassDescriptionHelper class to store cursor positionControls the total duration of an animation.Controls the speed of animation frames, in terms of the delay between frames.A custom LayerUI that can apply a blur effect to a JPanel and display an optional text message over it.Blur intensity presets controlling the blur kernel size.This is a LayerUI implementation that can be used to "fade" a JPanel in and out by overlaying a colored translucent layer that animates its opacity.Determines the extent to which we slow down as we approach a scroll limit, and also how quickly we speed up as we move away from a scroll limit.Determines pixels per frame of animation movement.A custom LayerUI that can apply a fun "falling snow" effect to a JPanel by drawing little animated snowflakes over it.Controls the likelihood of a new snowflake appearing each frame.Controls the "wind", or the amount of horizontal drift of the snowflakes and their direction.