@Deprecated public static enum CarouselView.DisplayMode extends java.lang.Enum<CarouselView.DisplayMode>
Custom
and provide a custom transformation implementation if they do not suit your need.Enum Constant and Description |
---|
CoverFlow
Deprecated.
Cover-flow carousel.
|
Custom
Deprecated.
Carousel with custom transformation.
|
Horizontal
Deprecated.
Horizontal list.
|
InverseTimeMachine
Deprecated.
Time-machine-like carousel in inverse direction.
|
Parameterized
Deprecated.
Simple carousel with customized parameters.
|
TimeMachine
Deprecated.
Time-machine-like carousel.
|
Wheel
Deprecated.
Wheel carousel.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
names()
Deprecated.
Returns an array contains all element names of this enum
|
static CarouselView.DisplayMode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CarouselView.DisplayMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CarouselView.DisplayMode Horizontal
public static final CarouselView.DisplayMode Wheel
public static final CarouselView.DisplayMode CoverFlow
public static final CarouselView.DisplayMode TimeMachine
public static final CarouselView.DisplayMode InverseTimeMachine
TimeMachine
public static final CarouselView.DisplayMode Parameterized
#setParameter(Parameter, float)
public static final CarouselView.DisplayMode Custom
public static CarouselView.DisplayMode[] values()
for (CarouselView.DisplayMode c : CarouselView.DisplayMode.values()) System.out.println(c);
public static CarouselView.DisplayMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.lang.String[] names()