Class | Description |
---|---|
AExtensionalTag |
A
AExtensionalTag tag is a tag that can be explicitely attached to and detached from an animation,
i.e. |
ANamedTag |
A
ANamedTag tag is a AExtensionalTag . |
Animation |
An animation to control a continuous change on a
CElement : a CShape , a CTag or a Canvas . |
AnimationFillPaint |
An animation that changes the fill color of a
CElement to a given color smoothly by refreshing every 40 milliseconds. |
AnimationOutlinePaint |
An animation that changes the outline color of a
CElement to a given color smoothly by refreshing every 40 milliseconds. |
AnimationRotateBy |
An animation that never stops, i.e.
|
AnimationRotateTo |
An animation that rotates a
CElement to a given angle in one second by rotating smoothly this CElement every 40 milliseconds. |
AnimationScaleBy |
An animation that never stops, i.e.
|
AnimationScaleTo |
An animation that scales a
CElement to a given factor by scaling smoothly this CElement every 40 milliseconds. |
AnimationTranslateBy |
An animation that never stops, i.e.
|
AnimationTranslateTo |
An animation that translates a
CElement to a given location in one second by translating smoothly this CElement every 40 milliseconds. |
AnimationTransparency |
An animation that continuously changes the transparency (interior and/or outline) of a
CElement to a given transparency level. |
ATag |
ATag s are labels associated to canvas' animations. |
A package to program graphical animations. See this section in SwingStates tutorial.