|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonTransitions | |
---|---|
com.sun.lwuit.animations | All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package. |
Uses of CommonTransitions in com.sun.lwuit.animations |
---|
Methods in com.sun.lwuit.animations that return CommonTransitions | |
---|---|
static CommonTransitions |
CommonTransitions.createDialogPulsate()
Creates a dialog pulsate transition |
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.createSlideFadeTitle(boolean forward,
int duration)
Creates a slide transition for the body of the form that fades the title in while sliding |
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 |