|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.duplicity.visualization.Fonts
public class Fonts
Common place to put Printer
and Fonts instances.
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 |
---|
public static final int DEFAULT_SIZE
public static NormalTokenPrinter normalTokenPrinter
public static AddedTokenPrinter addedTokenPrinter
public static ChangedTokenPrinter changedTokenPrinter
public static DeletedTokenPrinter deletedTokenPrinter
public static DuplicatedTokenPrinter duplicatedTokenPrinter
public static SummaryEmphasizedPrinter summaryEmphasizedPrinter
public static SummaryPrinter summaryPrinter
public static com.lowagie.text.Font sectionHeaderFont
public static com.lowagie.text.Font chapterHeaderFont
Constructor Detail |
---|
public Fonts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |