ProGuard

Package proguard.gui.splash

This package contains a library for creating splash screens and animations with text, graphical elements, and some special effects.

See:
          Description

Interface Summary
Sprite This interface describes objects that can paint themselves, possibly varying as a function of time.
 

Class Summary
BufferedSprite This Sprite encapsulates another Sprite, which is buffered on an Image.
CircleSprite This Sprite represents an animated circle.
ClipSprite This Sprite encapsulates another Sprite, which is clipped by a clip Sprite.
CompositeSprite This Sprite is the composition of a list of Sprite objects.
ConstantColor This VariableColor is constant over time.
ConstantDouble This VariableDouble is constant over time.
ConstantFont This VariableFont is constant over time.
ConstantInt This VariableInt is constant over time.
ConstantString This VariableString is constant over time.
ConstantTiming This Timing is constant over time.
ImageSprite This Sprite represents an animated image.
LinearColor This VariableColor varies linearly with respect to its Timing.
LinearDouble This VariableDouble varies linearly with respect to its Timing.
LinearInt This VariableColor varies linearly with respect to its Timing.
LinearTiming This Timing ramps up linearly from 0 to 1 in a given time interval.
RectangleSprite This Sprite represents an animated rounded rectangle.
SawToothTiming This Timing ramps up linearly from 0 to 1 in a given repeated time interval.
ShadowedSprite This Sprite adds a drop shadow to another Sprite.
SineTiming This Timing varies between 0 and 1, as a sine wave over time.
SmoothTiming This Timing ramps up smoothly from 0 to 1 in a given time interval.
SplashPanel This JPanel renders an animated Sprite.
TextSprite This Sprite represents a text.
TimeSwitchSprite This Sprite displays another Sprite in a given time interval.
TypeWriterString This VariableString produces a String that grows linearly with respect to its Timing, as if it is being written on a typewriter.
VariableSizeFont This VariableFont varies in size with respect to its Timing.
 

Package proguard.gui.splash Description

This package contains a library for creating splash screens and animations with text, graphical elements, and some special effects.


ProGuard