jcfunc.parameters
Enum paramJFY

java.lang.Object
  extended by java.lang.Enum<paramJFY>
      extended by jcfunc.parameters.paramJFY
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<paramJFY>

public enum paramJFY
extends java.lang.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

Justification_NGT

public static final paramJFY Justification_NGT
no justification, end of justification of preceding text


WordFill

public static final paramJFY WordFill
word fill


WordSpace

public static final paramJFY WordSpace
word space


LetterSpace

public static final paramJFY LetterSpace
letter space


Hyphenation

public static final paramJFY Hyphenation
hyphenation


HomeAligment

public static final paramJFY HomeAligment
flush to line home position margin


Centre

public static final paramJFY Centre
centre between line home position and line limit position margins


LimitAligment

public static final paramJFY LimitAligment
flush to line limit position margin


ItalianHyphenation

public static final paramJFY ItalianHyphenation
Italian hyphenation


Nonstandard

public static final paramJFY Nonstandard
Don't define in Standart

Method Detail

values

public static paramJFY[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (paramJFY c : paramJFY.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static paramJFY valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getIntValue

public static int getIntValue(paramJFY val)
Returns int-value, which is corresponded to enum-value.

Parameters:
val - enum-value
Returns:
int-value

getEnumValue

public static paramJFY getEnumValue(int val)
Returns enum-value by int-value.

Parameters:
val - int-value
Returns:
enum-value