public static final class BidiAttributes.TextOrientation
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static BidiAttributes.TextOrientation |
ORIENTATION_CONTEXTUAL_LTR |
static BidiAttributes.TextOrientation |
ORIENTATION_CONTEXTUAL_RTL |
static BidiAttributes.TextOrientation |
ORIENTATION_LTR |
static BidiAttributes.TextOrientation |
ORIENTATION_RTL |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static BidiAttributes.TextOrientation |
valueOf(java.lang.String name) |
static BidiAttributes.TextOrientation[] |
values() |
public static final BidiAttributes.TextOrientation ORIENTATION_LTR
public static final BidiAttributes.TextOrientation ORIENTATION_RTL
public static final BidiAttributes.TextOrientation ORIENTATION_CONTEXTUAL_LTR
public static final BidiAttributes.TextOrientation ORIENTATION_CONTEXTUAL_RTL
public static BidiAttributes.TextOrientation[] values()
public static BidiAttributes.TextOrientation valueOf(java.lang.String name)
public final int getValue()