Package ch.bailu.gtk.adw
Interface LeafletTransitionType
public interface LeafletTransitionType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children orderstatic final int
Slide from left, right, up or down according to the orientation, text direction and the children orderstatic final int
Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order
-
Field Details
-
OVER
static final int OVERCover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order- See Also:
-
UNDER
static final int UNDERUncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order- See Also:
-
SLIDE
static final int SLIDESlide from left, right, up or down according to the orientation, text direction and the children order- See Also:
-