|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<paramSCP>
jcfunc.parameters.paramSCP
public enum paramSCP
Enum paramSCP
contains returned values for control function CF.SCP.
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramSCP val)
val
- enum-value
public static paramSCP getEnumValue(int val)
val
- int-value
public static paramSCP getEnumValue(int val, boolean first)
val
- int-valuefirst
- flag: return value of the first parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |