Package ch.bailu.gtk.gtk
Interface StackTransitionType
public interface StackTransitionType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA cross-fadestatic final intNo transitionstatic final intCover the old page by sliding downstatic final intCover the old page sliding down or uncover the new page sliding up, according to orderstatic final intCover the old page by sliding to the leftstatic final intCover the old page sliding left or uncover the new page sliding right, according to orderstatic final intCover the old page by sliding to the rightstatic final intCover the old page sliding right or uncover the new page sliding left, according to orderstatic final intCover the old page by sliding upstatic final intCover the old page sliding up or uncover the new page sliding down, according to orderstatic final intPretend the pages are sides of a cube and rotate that cube to the leftstatic final intPretend the pages are sides of a cube and rotate that cube to the left or right according to the children orderstatic final intPretend the pages are sides of a cube and rotate that cube to the rightstatic final intSlide from top downstatic final intSlide from right to leftstatic final intSlide from left or right according to the children orderstatic final intSlide from left to rightstatic final intSlide from bottom upstatic final intSlide from top down or bottom up according to the orderstatic final intUncover the new page by sliding downstatic final intUncover the new page by sliding to the leftstatic final intUncover the new page by sliding to the rightstatic final intUncover the new page by sliding up
-
Field Details
-
NONE
static final int NONENo transition- See Also:
-
CROSSFADE
static final int CROSSFADEA cross-fade- See Also:
-
SLIDE_RIGHT
static final int SLIDE_RIGHTSlide from left to right- See Also:
-
SLIDE_LEFT
static final int SLIDE_LEFTSlide from right to left- See Also:
-
SLIDE_UP
static final int SLIDE_UPSlide from bottom up- See Also:
-
SLIDE_DOWN
static final int SLIDE_DOWNSlide from top down- See Also:
-
SLIDE_LEFT_RIGHT
static final int SLIDE_LEFT_RIGHTSlide from left or right according to the children order- See Also:
-
SLIDE_UP_DOWN
static final int SLIDE_UP_DOWNSlide from top down or bottom up according to the order- See Also:
-
OVER_UP
static final int OVER_UPCover the old page by sliding up- See Also:
-
OVER_DOWN
static final int OVER_DOWNCover the old page by sliding down- See Also:
-
OVER_LEFT
static final int OVER_LEFTCover the old page by sliding to the left- See Also:
-
OVER_RIGHT
static final int OVER_RIGHTCover the old page by sliding to the right- See Also:
-
UNDER_UP
static final int UNDER_UPUncover the new page by sliding up- See Also:
-
UNDER_DOWN
static final int UNDER_DOWNUncover the new page by sliding down- See Also:
-
UNDER_LEFT
static final int UNDER_LEFTUncover the new page by sliding to the left- See Also:
-
UNDER_RIGHT
static final int UNDER_RIGHTUncover the new page by sliding to the right- See Also:
-
OVER_UP_DOWN
static final int OVER_UP_DOWNCover the old page sliding up or uncover the new page sliding down, according to order- See Also:
-
OVER_DOWN_UP
static final int OVER_DOWN_UPCover the old page sliding down or uncover the new page sliding up, according to order- See Also:
-
OVER_LEFT_RIGHT
static final int OVER_LEFT_RIGHTCover the old page sliding left or uncover the new page sliding right, according to order- See Also:
-
OVER_RIGHT_LEFT
static final int OVER_RIGHT_LEFTCover the old page sliding right or uncover the new page sliding left, according to order- See Also:
-
ROTATE_LEFT
static final int ROTATE_LEFTPretend the pages are sides of a cube and rotate that cube to the left- See Also:
-
ROTATE_RIGHT
static final int ROTATE_RIGHTPretend the pages are sides of a cube and rotate that cube to the right- See Also:
-
ROTATE_LEFT_RIGHT
static final int ROTATE_LEFT_RIGHTPretend the pages are sides of a cube and rotate that cube to the left or right according to the children order- See Also:
-