See: Description
| Interface | Description |
|---|---|
| Sprite |
This interface describes objects that can paint themselves, possibly varying
as a function of time.
|
| Class | Description |
|---|---|
| BufferedSprite |
This Sprite encapsulates another Sprite, which is then buffered in an Image.
|
| CircleSprite |
This Sprite represents an animated circle.
|
| ClipSprite |
This Sprite encapsulates another Sprite, which is clipped by a clip Sprite.
|
| ColorSprite |
This Sprite colors another given 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.
|
| FontSprite |
This Sprite sets the font for another given sprite.
|
| 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.
|
Copyright © 2015. All Rights Reserved.