Enum Constant and Description |
---|
Horizontal_BT_LR
line orientation: horizontal
line progression: bottom-to-top
character path: left-to-right
|
Horizontal_BT_RL
line orientation: horizontal
line progression: bottom-to-top
character path: right-to-left
|
Horizontal_TB_LR
line orientation: horizontal
line progression: top-to-bottom
character path: left-to-right
|
Horizontal_TB_RL
line orientation: horizontal
line progression: top-to-bottom
character path: right-to-left
|
Nonstandard
Don't define in Standart
|
Undefined
undefined (implementation-dependent)
|
Update_Data
the content of the data component is updated to correspond to the content of the presentation
component according to the newly established characteristics of the presentation component; the
active presentation position is moved to the first character position in the first line in the presentation
component, the active data position in the data component is updated accordingly.
|
Update_Presentation
the content of the presentation component is updated to correspond to the content of the data
component according to the newly established characteristics of the presentation component; the
active data position is moved to the first character position in the first line in the data component, the
active presentation position in the presentation component is updated accordingly
|
Vertical_LR_BT
line orientation: vertical
line progression: left-to-right
character path: bottom-to-top
|
Vertical_LR_TB
line orientation: vertical
line progression: left-to-right
character path: top-to-bottom
|
Vertical_RL_BT
line orientation: vertical
line progression: right-to-left
character path: bottom-to-top
|
Vertical_RL_TB
line orientation: vertical
line progression: right-to-left
character path: top-to-bottom
|
Modifier and Type | Method and Description |
---|---|
static paramSPD |
getEnumValue(int val)
Returns enum-value by int-value.
|
static paramSPD |
getEnumValue(int val,
boolean first)
Returns enum-value by int-value.
|
static int |
getIntValue(paramSPD val)
Returns int-value, which is corresponded to enum-value.
|
static paramSPD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramSPD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramSPD Horizontal_TB_LR
public static final paramSPD Vertical_RL_TB
public static final paramSPD Vertical_LR_TB
public static final paramSPD Horizontal_TB_RL
public static final paramSPD Vertical_LR_BT
public static final paramSPD Horizontal_BT_RL
public static final paramSPD Horizontal_BT_LR
public static final paramSPD Vertical_RL_BT
public static final paramSPD Undefined
public static final paramSPD Update_Presentation
public static final paramSPD Update_Data
public static final paramSPD Nonstandard
public static paramSPD[] values()
for (paramSPD c : paramSPD.values()) System.out.println(c);
public static paramSPD valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramSPD val)
val
- enum-valuepublic static paramSPD getEnumValue(int val)
val
- int-valuepublic static paramSPD getEnumValue(int val, boolean first)
val
- int-valuefirst
- flag: return value of the first parameter