-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum CardStackSmoothScroller.ScrollType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AutomaticSwipeAutomaticRewindManualSwipeManualCancel
-
Method Summary
Modifier and Type Method Description static Array<CardStackSmoothScroller.ScrollType>values()static CardStackSmoothScroller.ScrollTypevalueOf(String name)-
-
Method Detail
-
values
static Array<CardStackSmoothScroller.ScrollType> values()
-
valueOf
static CardStackSmoothScroller.ScrollType valueOf(String name)
-
-
-
-