Enum Constant and Description |
---|
LeftToRight
left-to-right (in the case of horizontal line orientation),
or top-to-bottom (in the case of vertical line orientation)
|
Nonstandard
Don't define in Standart
|
RightToLeft
right-to-left (in the case of horizontal line orientation),
or bottom-to-top (in the case of vertical line orientation)
|
Undefined
undefined (implementation-dependent)
|
Update_Data
the content of the active line in the data component (the line that contains the active data position) is
updated to correspond to the content of the active line in the presentation component (the line that
contains the active presentation position) according to the newly established character path
characteristics of the presentation component; the active presentation position is moved to the first
character position in the active line in the presentation component, the active data position in the data
component is updated accordingly
|
Update_Presentation
the content of the active line in the presentation component (the line that contains the active
presentation position) is updated to correspond to the content of the active line in the data component
(the line that contains the active data position) according to the newly established character path
characteristics in the presentation component; the active data position is moved to the first character
position in the active line in the data component, the active presentation position in the presentation
component is updated accordingly
|
Modifier and Type | Method and Description |
---|---|
static paramSCP |
getEnumValue(int val)
Returns enum-value by int-value.
|
static paramSCP |
getEnumValue(int val,
boolean first)
Returns enum-value by int-value.
|
static int |
getIntValue(paramSCP val)
Returns int-value, which is corresponded to enum-value.
|
static paramSCP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramSCP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramSCP LeftToRight
public static final paramSCP RightToLeft
public static final paramSCP Undefined
public static final paramSCP Update_Presentation
public static final paramSCP Update_Data
public static final paramSCP Nonstandard
public static paramSCP[] values()
for (paramSCP c : paramSCP.values()) System.out.println(c);
public static paramSCP 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(paramSCP val)
val
- enum-valuepublic static paramSCP getEnumValue(int val)
val
- int-valuepublic static paramSCP getEnumValue(int val, boolean first)
val
- int-valuefirst
- flag: return value of the first parameter