|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonTransitions | |
---|---|
com.sun.lwuit.animations |
Uses of CommonTransitions in com.sun.lwuit.animations |
---|
Methods in com.sun.lwuit.animations that return CommonTransitions | |
---|---|
static CommonTransitions |
CommonTransitions.createEmpty()
Creates an empty transition that does nothing. |
static CommonTransitions |
CommonTransitions.createFade(int duration)
Creates a transition for fading a form in while fading out the original form |
static CommonTransitions |
CommonTransitions.createFastSlide(int type,
boolean forward,
int duration)
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage. |
static CommonTransitions |
CommonTransitions.createFastSlide(int type,
boolean forward,
int duration,
boolean drawDialogMenu)
Creates a slide transition with the given duration and direction, this differs from the standard slide animation by focusing on speed rather than on minimizing heap usage This method works by creating two images and sliding them which works much faster for all devices however takes up more ram. |
static CommonTransitions |
CommonTransitions.createSlide(int type,
boolean forward,
int duration)
Creates a slide transition with the given duration and direction |
static CommonTransitions |
CommonTransitions.createSlide(int type,
boolean forward,
int duration,
boolean drawDialogMenu)
Creates a slide transition with the given duration and direction |
static CommonTransitions |
CommonTransitions.createTimeline(Image animation)
Creates a transition using an animated image object (e.g. timeline object) as an alpha mask between the source/target |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |