public static class JRSUIConstants.Size
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static JRSUIConstants.Size |
LARGE |
static JRSUIConstants.Size |
MINI |
static JRSUIConstants.Size |
REGULAR |
static JRSUIConstants.Size |
SMALL |
| Modifier and Type | Method and Description |
|---|---|
long |
apply(long encodedState)
Applies this property value to the provided state
|
java.lang.String |
toString() |
public static final JRSUIConstants.Size MINI
public static final JRSUIConstants.Size SMALL
public static final JRSUIConstants.Size REGULAR
public static final JRSUIConstants.Size LARGE
public long apply(long encodedState)
encodedState - the incoming JRSUI encoded statepublic java.lang.String toString()
toString in class java.lang.Object