org.extex.typesetter.common
Class Parameter

java.lang.Object
  extended by org.extex.typesetter.common.Parameter

public final class Parameter
extends java.lang.Object

This class contains some constants for parameters used in typesetters.

Version:
$Revision: 6457 $
Author:
Gerd Neugebauer

Field Summary
static java.lang.String BASELINESKIP
          The field BASELINESKIP contains the key for the glue parameter \baselineskip.
static java.lang.String LINESKIP
          The field LINESKIP contains the key for the glue parameter \lineskip.
static java.lang.String LINESKIPLIMIT
          The field LINESKIPLIMIT contains the key for the glue parameter \lineskiplimit.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASELINESKIP

public static final java.lang.String BASELINESKIP
The field BASELINESKIP contains the key for the glue parameter \baselineskip.

The Parameter \baselineskip

The parameter \baselineskip contains the desirable skip between lines. The depth of the first line is subtracted from this value to determine the automatic skip value to be inserted. If this value is less than the value of \lineskiplimit then the value of \lineskip is used instead.

See Also:
Constant Field Values

LINESKIP

public static final java.lang.String LINESKIP
The field LINESKIP contains the key for the glue parameter \lineskip.

The Parameter \lineskip

The parameter \lineskip contains the interline skip which is used when the adjacent lines would come together too close. This is the case when the interline glue inserted automatically is less than the value of \lineskiplimit.

See Also:
Constant Field Values

LINESKIPLIMIT

public static final java.lang.String LINESKIPLIMIT
The field LINESKIPLIMIT contains the key for the glue parameter \lineskiplimit.

The Parameter \lineskiplimit

The parameter \lineskiplimit contains the limit for the automatic inter line skip inserted. The automatic inter line skip is defendant on the value of the parameter \baselineskip. It the automatic inter line skip is less than \lineskiplimit the value of \lineskip is used instead.

See Also:
Constant Field Values