org.extex.interpreter
Class ListMakers

java.lang.Object
  extended by org.extex.interpreter.ListMakers

public final class ListMakers
extends java.lang.Object

This is a utility class which provides constants for list maker types.

Version:
$Revision: 5631 $
Author:
Gerd Neugebauer

Field Summary
static ListMakerType ALIGNMENT
          The field ALIGNMENT contains the constant for the alignment list maker.
static ListMakerType HORIZONTAL
          The field HORIZONTAL contains the constant for the horizontal list maker.
static ListMakerType INNER_VERTICAL
          The field INNER_VERTICAL contains the constant for the inner vertical list maker.
static ListMakerType MATH
          The field MATH contains the math list maker.
static ListMakerType RESTRICTED_HORIZONTAL
          The field RESTRICTED_HORIZONTAL contains the constant for the restricted horizontal list maker.
static ListMakerType VERTICAL
          The field VERTICAL contains the constant for the vertical list maker.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HORIZONTAL

public static final ListMakerType HORIZONTAL
The field HORIZONTAL contains the constant for the horizontal list maker.


RESTRICTED_HORIZONTAL

public static final ListMakerType RESTRICTED_HORIZONTAL
The field RESTRICTED_HORIZONTAL contains the constant for the restricted horizontal list maker.


VERTICAL

public static final ListMakerType VERTICAL
The field VERTICAL contains the constant for the vertical list maker.


INNER_VERTICAL

public static final ListMakerType INNER_VERTICAL
The field INNER_VERTICAL contains the constant for the inner vertical list maker.


ALIGNMENT

public static final ListMakerType ALIGNMENT
The field ALIGNMENT contains the constant for the alignment list maker.


MATH

public static final ListMakerType MATH
The field MATH contains the math list maker.