Package ch.bailu.gtk.gtk
Interface RevealerTransitionType
public interface RevealerTransitionType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intFade instatic final intNo transitionstatic final intSlide in from the topstatic final intSlide in from the rightstatic final intSlide in from the leftstatic final intSlide in from the bottomstatic final intFloop in from the topstatic final intFloop in from the rightstatic final intFloop in from the leftstatic final intFloop 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:
-