org.egothor.duplicity.visualization
Class Fonts

java.lang.Object
  extended by org.egothor.duplicity.visualization.Fonts

public class Fonts
extends java.lang.Object

Common place to put Printer and Fonts instances.

Author:
Kate�ina Dufkov�

Field Summary
static AddedTokenPrinter addedTokenPrinter
          Printer for the words that were added to the examined document, when compared to a document already in the index.
static ChangedTokenPrinter changedTokenPrinter
          Printer for the words that were changed in the examined document, when compared to a document already in the index.
static com.lowagie.text.Font chapterHeaderFont
          Font used for section header.
static int DEFAULT_SIZE
           
static DeletedTokenPrinter deletedTokenPrinter
          Printer for the words that were deleted from the examined document, when compared to a document already in the index.
static DuplicatedTokenPrinter duplicatedTokenPrinter
          Printer for the words that were duplicated in the examined document, when compared to a document already in the index.
static NormalTokenPrinter normalTokenPrinter
          Printer for the normal words.
static com.lowagie.text.Font sectionHeaderFont
          Font used for chapter header.
static SummaryEmphasizedPrinter summaryEmphasizedPrinter
          Printer for the emphasized words in the summary of the report.
static SummaryPrinter summaryPrinter
          Printer for the summary of the report.
 
Constructor Summary
Fonts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SIZE

public static final int DEFAULT_SIZE
See Also:
Constant Field Values

normalTokenPrinter

public static NormalTokenPrinter normalTokenPrinter
Printer for the normal words. Used for printing words from document units that are not suspect of being duplicates.


addedTokenPrinter

public static AddedTokenPrinter addedTokenPrinter
Printer for the words that were added to the examined document, when compared to a document already in the index.


changedTokenPrinter

public static ChangedTokenPrinter changedTokenPrinter
Printer for the words that were changed in the examined document, when compared to a document already in the index.


deletedTokenPrinter

public static DeletedTokenPrinter deletedTokenPrinter
Printer for the words that were deleted from the examined document, when compared to a document already in the index.


duplicatedTokenPrinter

public static DuplicatedTokenPrinter duplicatedTokenPrinter
Printer for the words that were duplicated in the examined document, when compared to a document already in the index.


summaryEmphasizedPrinter

public static SummaryEmphasizedPrinter summaryEmphasizedPrinter
Printer for the emphasized words in the summary of the report.


summaryPrinter

public static SummaryPrinter summaryPrinter
Printer for the summary of the report.


sectionHeaderFont

public static com.lowagie.text.Font sectionHeaderFont
Font used for chapter header.


chapterHeaderFont

public static com.lowagie.text.Font chapterHeaderFont
Font used for section header.

Constructor Detail

Fonts

public Fonts()