edu.northwestern.at.wordhoard.model.text
Class TextParams

java.lang.Object
  extended by edu.northwestern.at.wordhoard.model.text.TextParams

public class TextParams
extends java.lang.Object

Text parameters.


Field Summary
static byte ANNOTATION_FONT_SIZE
          Annotation font size.
static byte AUTHOR_FONT_SIZE
          Author name font size (for title pages).
static byte BLANK_LINE_FONT_SIZE
          Blank line font size.
static byte CAST_BODY_FONT_SIZE
          Cast of characters page body font size.
static int CAST_INDENTATION
          Cast of characters page indentation.
static byte CAST_TITLE_FONT_SIZE
          Cast of characters page title font size.
static double EXTENDED_EXPANSION_FACTOR
          The expansion factor for the extended style.
static byte GREEK
          Polytonic Greek character set.
static byte ILIAD_SCHOLIA_FONT_SIZE
          Iliad scholia font size.
static byte ILIAD_SCHOLIA_SUPERSCRIPT_FONT_SIZE
          Iliad scholia superscript font size.
static int LINE_NUMBERS_RIGHT
          The right margin for the line numbers.
static int LINE_NUMBERS_SIZE
          Line number font size.
static int MARGINALIA_LEFT
          The left margin for annotation marginalia.
static int MARGINALIA_RIGHT
          The right margin for annotation marginalia.
static int MARKER_OFFSET
          The marker offset (left margin offset).
static byte NOMINAL_FONT_SIZE
          The nominal font size.
static int NUM_CHARSETS
          Number of character sets.
static byte PART_TITLE_FONT_SIZE
          Part title font size.
static byte PUB_STMT_FONT_SIZE
          Publication statement font size (for title pages).
static byte RESP_NAME_FONT_SIZE
          Responsibility section name font size (for title pages).
static byte RESP_RESP_FONT_SIZE
          Responsibility section responsibility font size (for title pages).
static int RIGHT_MARGIN_MARGINALIA
          The right margin for annotation text with marginalia.
static int RIGHT_MARGIN_NUMBERS
          The right margin for text which has line numbers.
static int RIGHT_MARGIN_PLAIN
          The right margin for text which has neither line numbers nor marginalia.
static byte ROMAN
          Roman character set.
static int SPEECH_INDENTATION
          Speech indentation.
static int SPENSER_INDENTATION
          Indentation for Spenser stanzas.
static byte TRANSLATED_LINE_FONT_SIZE
          Translated line font size.
static int TRANSLATION_INDENTATION
          Extra indentation for translated lines.
static byte WORK_TITLE_FONT_SIZE
          Work title font size (for title pages).
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROMAN

public static final byte ROMAN
Roman character set.

This character set is used by English text (e.g., the text for the Chaucer and Shakespeare corpora, and all work title pages).

See Also:
Constant Field Values

GREEK

public static final byte GREEK
Polytonic Greek character set.

This character set is used by Greek text (the text for the Early Greek Epic corpus).

See Also:
Constant Field Values

NUM_CHARSETS

public static final int NUM_CHARSETS
Number of character sets.

See Also:
Constant Field Values

NOMINAL_FONT_SIZE

public static final byte NOMINAL_FONT_SIZE
The nominal font size.

See Also:
Constant Field Values

BLANK_LINE_FONT_SIZE

public static final byte BLANK_LINE_FONT_SIZE
Blank line font size.

See Also:
Constant Field Values

WORK_TITLE_FONT_SIZE

public static final byte WORK_TITLE_FONT_SIZE
Work title font size (for title pages).

See Also:
Constant Field Values

AUTHOR_FONT_SIZE

public static final byte AUTHOR_FONT_SIZE
Author name font size (for title pages).

See Also:
Constant Field Values

RESP_NAME_FONT_SIZE

public static final byte RESP_NAME_FONT_SIZE
Responsibility section name font size (for title pages).

See Also:
Constant Field Values

RESP_RESP_FONT_SIZE

public static final byte RESP_RESP_FONT_SIZE
Responsibility section responsibility font size (for title pages).

See Also:
Constant Field Values

PUB_STMT_FONT_SIZE

public static final byte PUB_STMT_FONT_SIZE
Publication statement font size (for title pages).

See Also:
Constant Field Values

CAST_TITLE_FONT_SIZE

public static final byte CAST_TITLE_FONT_SIZE
Cast of characters page title font size.

See Also:
Constant Field Values

CAST_BODY_FONT_SIZE

public static final byte CAST_BODY_FONT_SIZE
Cast of characters page body font size.

See Also:
Constant Field Values

PART_TITLE_FONT_SIZE

public static final byte PART_TITLE_FONT_SIZE
Part title font size.

See Also:
Constant Field Values

TRANSLATED_LINE_FONT_SIZE

public static final byte TRANSLATED_LINE_FONT_SIZE
Translated line font size.

See Also:
Constant Field Values

ILIAD_SCHOLIA_FONT_SIZE

public static final byte ILIAD_SCHOLIA_FONT_SIZE
Iliad scholia font size.

See Also:
Constant Field Values

ILIAD_SCHOLIA_SUPERSCRIPT_FONT_SIZE

public static final byte ILIAD_SCHOLIA_SUPERSCRIPT_FONT_SIZE
Iliad scholia superscript font size.

See Also:
Constant Field Values

ANNOTATION_FONT_SIZE

public static final byte ANNOTATION_FONT_SIZE
Annotation font size.

See Also:
Constant Field Values

LINE_NUMBERS_SIZE

public static final int LINE_NUMBERS_SIZE
Line number font size.

See Also:
Constant Field Values

CAST_INDENTATION

public static final int CAST_INDENTATION
Cast of characters page indentation.

See Also:
Constant Field Values

SPEECH_INDENTATION

public static final int SPEECH_INDENTATION
Speech indentation.

See Also:
Constant Field Values

TRANSLATION_INDENTATION

public static final int TRANSLATION_INDENTATION
Extra indentation for translated lines.

See Also:
Constant Field Values

SPENSER_INDENTATION

public static final int SPENSER_INDENTATION
Indentation for Spenser stanzas.

See Also:
Constant Field Values

RIGHT_MARGIN_PLAIN

public static final int RIGHT_MARGIN_PLAIN
The right margin for text which has neither line numbers nor marginalia.

See Also:
Constant Field Values

RIGHT_MARGIN_NUMBERS

public static final int RIGHT_MARGIN_NUMBERS
The right margin for text which has line numbers.

See Also:
Constant Field Values

RIGHT_MARGIN_MARGINALIA

public static final int RIGHT_MARGIN_MARGINALIA
The right margin for annotation text with marginalia.

See Also:
Constant Field Values

LINE_NUMBERS_RIGHT

public static final int LINE_NUMBERS_RIGHT
The right margin for the line numbers.

See Also:
Constant Field Values

MARGINALIA_LEFT

public static final int MARGINALIA_LEFT
The left margin for annotation marginalia.

See Also:
Constant Field Values

MARGINALIA_RIGHT

public static final int MARGINALIA_RIGHT
The right margin for annotation marginalia.

See Also:
Constant Field Values

MARKER_OFFSET

public static final int MARKER_OFFSET
The marker offset (left margin offset).

See Also:
Constant Field Values

EXTENDED_EXPANSION_FACTOR

public static final double EXTENDED_EXPANSION_FACTOR
The expansion factor for the extended style.

See Also:
Constant Field Values