|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.type.noad.util.MathSpacing
Thus utility class contains some constants which describe the spacing between
elements in math typesetting.
The muskip parameter \thinmuskip determines the amount of spacing
to be inserted where a thin skip is required.
The muskip parameter \medmuskip determines the amount of spacing
to be inserted where a medium skip is required.
The muskip parameter \thickmuskip determines the amount of spacing
to be inserted where a thick skip is required.
The Muskip Parameter \thinmuskip
The Muskip Parameter \medmuskip
The Muskip Parameter \thickmuskip
Field Summary | |
static MathSpacing |
BIN
The field BIN contains the spacing class for binary operators. |
static MathSpacing |
CLOSE
The field CLOSE contains the spacing class for closing. |
static MathSpacing |
INNER
The field INNER contains the spacing class for inner math. |
static MathSpacing |
OP
The field OP contains the spacing class for operators. |
static MathSpacing |
OPEN
The field OPEN contains the spacing class for opening. |
static MathSpacing |
ORD
The field ORD contains the spacing class for ordinary characters. |
static MathSpacing |
PUNCT
The field PUNCT contains the spacing class for punctation marks. |
static MathSpacing |
REL
The field REL contains the spacing class for relation symbols. |
static MathSpacing |
UNDEF
The field UNDEF contains the undefined spacing class. |
Method Summary | |
void |
addClearance(MathSpacing previous,
NodeList list,
MathContext mathContext)
Add some spacing to a list of nodes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final MathSpacing BIN
public static final MathSpacing CLOSE
public static final MathSpacing INNER
public static final MathSpacing OP
public static final MathSpacing OPEN
public static final MathSpacing ORD
public static final MathSpacing PUNCT
public static final MathSpacing REL
public static final MathSpacing UNDEF
Method Detail |
public void addClearance(MathSpacing previous, NodeList list, MathContext mathContext) throws TypesetterException
previous
- the previous spacing classlist
- the list to add the spacing tomathContext
- the math context
TypesetterException
- in case of an error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |