org.egothor.duplicity.visualization
Interface Printer

All Known Implementing Classes:
AddedTokenPrinter, ChangedTokenPrinter, DeletedTokenPrinter, DuplicatedTokenPrinter, NormalTokenPrinter, SummaryEmphasizedPrinter, SummaryPrinter

public interface Printer

Sets style for token to be printed in duplicity checking report. Implementations provide different formats for different types of tokens.

Author:
Kate�ina Dufkov�

Method Summary
 com.lowagie.text.Chunk setStyle(com.lowagie.text.Chunk chunk)
          Sets the style for the given chunk and return the changed chunk.
 

Method Detail

setStyle

com.lowagie.text.Chunk setStyle(com.lowagie.text.Chunk chunk)
Sets the style for the given chunk and return the changed chunk.

Parameters:
chunk - text chunk to set the style to
Returns:
chunk with style set