|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransitionEffect
This interface provides basic methods for transition effect creation. TransitionEffect can be used to perform transitions between images and components using ImageTransiton, ComponentTransition and MultiComponentTransition components.
Method Summary | |
---|---|
long |
getAnimationDelay()
Animation timer delay. |
boolean |
isAnimating()
Returns whether transition is performed or not. |
void |
paint(java.awt.Graphics2D g2d,
ImageTransition transition)
Paints current transition state. |
boolean |
performAnimationTick(ImageTransition transition)
Called for each animation tick performed. |
Method Detail |
---|
long getAnimationDelay()
boolean isAnimating()
boolean performAnimationTick(ImageTransition transition)
transition
- image transition component
void paint(java.awt.Graphics2D g2d, ImageTransition transition)
g2d
- graphics contexttransition
- image transition component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |