public static class JRSUIConstants.AlignmentVertical
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static JRSUIConstants.AlignmentVertical |
BOTTOM |
static JRSUIConstants.AlignmentVertical |
CENTER |
static JRSUIConstants.AlignmentVertical |
TOP |
| 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.AlignmentVertical TOP
public static final JRSUIConstants.AlignmentVertical CENTER
public static final JRSUIConstants.AlignmentVertical BOTTOM
public long apply(long encodedState)
encodedState - the incoming JRSUI encoded statepublic java.lang.String toString()
toString in class java.lang.Object