Package ch.bailu.gtk.gtk
Interface RevealerTransitionType
public interface RevealerTransitionType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Fade instatic final int
No transitionstatic final int
Slide in from the topstatic final int
Slide in from the rightstatic final int
Slide in from the leftstatic final int
Slide in from the bottomstatic final int
Floop in from the topstatic final int
Floop in from the rightstatic final int
Floop in from the leftstatic final int
Floop in from the bottom
-
Field Details
-
NONE
static final int NONENo transition- See Also:
-
CROSSFADE
static final int CROSSFADEFade in- See Also:
-
SLIDE_RIGHT
static final int SLIDE_RIGHTSlide in from the left- See Also:
-
SLIDE_LEFT
static final int SLIDE_LEFTSlide in from the right- See Also:
-
SLIDE_UP
static final int SLIDE_UPSlide in from the bottom- See Also:
-
SLIDE_DOWN
static final int SLIDE_DOWNSlide in from the top- See Also:
-
SWING_RIGHT
static final int SWING_RIGHTFloop in from the left- See Also:
-
SWING_LEFT
static final int SWING_LEFTFloop in from the right- See Also:
-
SWING_UP
static final int SWING_UPFloop in from the bottom- See Also:
-
SWING_DOWN
static final int SWING_DOWNFloop in from the top- See Also:
-