de.dante.extex.typesetter.type.noad.util
Class MathFontParameter

java.lang.Object
  extended byde.dante.extex.typesetter.type.noad.util.MathFontParameter

public final class MathFontParameter
extends java.lang.Object

This class provides symbolic constants for the font parameters used in math mode.

Version:
$Revision: 1.2 $
Author:
Gerd Neugebauer

Field Summary
static MathFontParameter AXIS_HEIGHT
          The constant AXIS_HEIGHT contains the height of fraction lines above the baseline.
static MathFontParameter BIG_OP_SPACING1
          The constant BIG_OP_SPACING1 contains the minimum clearance above a displayed op.
static MathFontParameter BIG_OP_SPACING2
          The constant BIG_OP_SPACING2 contains the minimum clearance below a displayed op.
static MathFontParameter BIG_OP_SPACING3
          The constant BIG_OP_SPACING3 contains the minimum baselineskip above displayed op.
static MathFontParameter BIG_OP_SPACING4
          The constant BIG_OP_SPACING4 contains the minimum baselineskip below displayed op.
static MathFontParameter BIG_OP_SPACING5
          The constant BIG_OP_SPACING5 contains the padding above and below displayed limits.
static MathFontParameter DEFAULT_RULE_THICKNESS
          The constant DEFAULT_RULE_THICKNESS contains the thickness of \over bars.
static MathFontParameter DELIM1
          The constant DELIM1 contains the size of \atopwithdelims delimiters in display styles.
static MathFontParameter DELIM2
          The constant DELIM2 contains the size of \atopwithdelims delimiters in non-displays.
static MathFontParameter DENOM1
          The constant DENOM1 contains the denominator shift-down in display styles.
static MathFontParameter DENOM2
          The constant DENOM2 contains the denominator shift-down in non-display styles.
static MathFontParameter MATH_QUAD
          The constant MATH_QUAD contains 18mu.
static MathFontParameter MATH_X_HEIGHT
          The constant MATH_X_HEIGHT contains the height of `x'.
static MathFontParameter NUM1
          The constant NUM1 contains the numerator shift-up in display styles.
static MathFontParameter NUM2
          The constant NUM2 contains the numerator shift-up in non-display, non-\atop.
static MathFontParameter NUM3
          The constant NUM3 contains the numerator shift-up in non-display \atop.
static MathFontParameter SUB_DROP
          The constant SUB_DROP contains the subscript baseline below bottom of large box.
static MathFontParameter SUB1
          The constant SUB1 contains the subscript shift-down if superscript is absent.
static MathFontParameter SUB2
          The constant SUB2 contains the subscript shift-down if superscript is present.
static MathFontParameter SUP_DROP
          The constant SUP_DROP contains the superscript baseline below top of large box.
static MathFontParameter SUP1
          The constant SUP1 contains the superscript shift-up in uncramped display style.
static MathFontParameter SUP2
          The constant SUP2 contains the superscript shift-up in uncramped non-display.
static MathFontParameter SUP3
          The constant SUP3 contains the superscript shift-up in cramped styles.
 
Method Summary
 java.lang.String getNo()
          Getter for no.
 boolean inSymbol()
          Getter for inSymbol.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MATH_X_HEIGHT

public static final MathFontParameter MATH_X_HEIGHT
The constant MATH_X_HEIGHT contains the height of `x'.


MATH_QUAD

public static final MathFontParameter MATH_QUAD
The constant MATH_QUAD contains 18mu.


NUM1

public static final MathFontParameter NUM1
The constant NUM1 contains the numerator shift-up in display styles.


NUM2

public static final MathFontParameter NUM2
The constant NUM2 contains the numerator shift-up in non-display, non-\atop.


NUM3

public static final MathFontParameter NUM3
The constant NUM3 contains the numerator shift-up in non-display \atop.


DENOM1

public static final MathFontParameter DENOM1
The constant DENOM1 contains the denominator shift-down in display styles.


DENOM2

public static final MathFontParameter DENOM2
The constant DENOM2 contains the denominator shift-down in non-display styles.


SUP1

public static final MathFontParameter SUP1
The constant SUP1 contains the superscript shift-up in uncramped display style.


SUP2

public static final MathFontParameter SUP2
The constant SUP2 contains the superscript shift-up in uncramped non-display.


SUP3

public static final MathFontParameter SUP3
The constant SUP3 contains the superscript shift-up in cramped styles.


SUB1

public static final MathFontParameter SUB1
The constant SUB1 contains the subscript shift-down if superscript is absent.


SUB2

public static final MathFontParameter SUB2
The constant SUB2 contains the subscript shift-down if superscript is present.


SUP_DROP

public static final MathFontParameter SUP_DROP
The constant SUP_DROP contains the superscript baseline below top of large box.


SUB_DROP

public static final MathFontParameter SUB_DROP
The constant SUB_DROP contains the subscript baseline below bottom of large box.


DELIM1

public static final MathFontParameter DELIM1
The constant DELIM1 contains the size of \atopwithdelims delimiters in display styles.


DELIM2

public static final MathFontParameter DELIM2
The constant DELIM2 contains the size of \atopwithdelims delimiters in non-displays.


AXIS_HEIGHT

public static final MathFontParameter AXIS_HEIGHT
The constant AXIS_HEIGHT contains the height of fraction lines above the baseline.


DEFAULT_RULE_THICKNESS

public static final MathFontParameter DEFAULT_RULE_THICKNESS
The constant DEFAULT_RULE_THICKNESS contains the thickness of \over bars.


BIG_OP_SPACING1

public static final MathFontParameter BIG_OP_SPACING1
The constant BIG_OP_SPACING1 contains the minimum clearance above a displayed op.


BIG_OP_SPACING2

public static final MathFontParameter BIG_OP_SPACING2
The constant BIG_OP_SPACING2 contains the minimum clearance below a displayed op.


BIG_OP_SPACING3

public static final MathFontParameter BIG_OP_SPACING3
The constant BIG_OP_SPACING3 contains the minimum baselineskip above displayed op.


BIG_OP_SPACING4

public static final MathFontParameter BIG_OP_SPACING4
The constant BIG_OP_SPACING4 contains the minimum baselineskip below displayed op.


BIG_OP_SPACING5

public static final MathFontParameter BIG_OP_SPACING5
The constant BIG_OP_SPACING5 contains the padding above and below displayed limits.

Method Detail

inSymbol

public boolean inSymbol()
Getter for inSymbol.

Returns:
the inSymbol indicator

getNo

public java.lang.String getNo()
Getter for no.

Returns:
the no

toString

public java.lang.String toString()
See Also:
Object.toString()