|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.common.Parameter
public final class Parameter
This class contains some constants for parameters used in typesetters.
| 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 |
|---|
public static final java.lang.String 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.
public static final java.lang.String 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.
public static final java.lang.String 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||