public static enum PagerIndicator.Shape extends Enum<PagerIndicator.Shape>
public static final PagerIndicator.Shape Oval
public static final PagerIndicator.Shape Rectangle
public static PagerIndicator.Shape[] values()
for (PagerIndicator.Shape c : PagerIndicator.Shape.values()) System.out.println(c);
public static PagerIndicator.Shape valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量,
则抛出 IllegalArgumentExceptionNullPointerException - 如果参数为空值, 则抛出 NullPointerException