|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<paramJFY>
jcfunc.parameters.paramJFY
public enum paramJFY
Enum paramJFY
contains returned values for control function CF.JFY.
Enum Constant Summary | |
---|---|
Centre
centre between line home position and line limit position margins |
|
HomeAligment
flush to line home position margin |
|
Hyphenation
hyphenation |
|
ItalianHyphenation
Italian hyphenation |
|
Justification_NGT
no justification, end of justification of preceding text |
|
LetterSpace
letter space |
|
LimitAligment
flush to line limit position margin |
|
Nonstandard
Don't define in Standart |
|
WordFill
word fill |
|
WordSpace
word space |
Method Summary | |
---|---|
static paramJFY |
getEnumValue(int val)
Returns enum-value by int-value. |
static int |
getIntValue(paramJFY val)
Returns int-value, which is corresponded to enum-value. |
static paramJFY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static paramJFY[] |
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 paramJFY Justification_NGT
public static final paramJFY WordFill
public static final paramJFY WordSpace
public static final paramJFY LetterSpace
public static final paramJFY Hyphenation
public static final paramJFY HomeAligment
public static final paramJFY Centre
public static final paramJFY LimitAligment
public static final paramJFY ItalianHyphenation
public static final paramJFY Nonstandard
Method Detail |
---|
public static paramJFY[] values()
for (paramJFY c : paramJFY.values()) System.out.println(c);
public static paramJFY 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(paramJFY val)
val
- enum-value
public static paramJFY getEnumValue(int val)
val
- int-value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |