public enum CollapseDuration extends Enum<CollapseDuration>
| Enum Constant and Description |
|---|
_1000ms |
_100ms |
_200ms |
_300ms |
_400ms |
_500ms |
_600ms |
_700ms |
_800ms |
_900ms |
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration() |
String |
getStyle() |
static CollapseDuration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollapseDuration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollapseDuration _100ms
public static final CollapseDuration _200ms
public static final CollapseDuration _300ms
public static final CollapseDuration _400ms
public static final CollapseDuration _500ms
public static final CollapseDuration _600ms
public static final CollapseDuration _700ms
public static final CollapseDuration _800ms
public static final CollapseDuration _900ms
public static final CollapseDuration _1000ms
public static CollapseDuration[] values()
for (CollapseDuration c : CollapseDuration.values()) System.out.println(c);
public static CollapseDuration valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getStyle()
public int getDuration()
Copyright © 2019–2022 Dominokit. All rights reserved.