org.egothor.duplicity.visualization
Class ChangedTokenPrinter

java.lang.Object
  extended by org.egothor.duplicity.visualization.ChangedTokenPrinter
All Implemented Interfaces:
Printer

public class ChangedTokenPrinter
extends java.lang.Object
implements Printer

Sets style for changed tokens. These tokens are printed in black bold italic font.

Author:
Kate�ina Dufkov�

Constructor Summary
ChangedTokenPrinter()
           
 
Method Summary
 com.lowagie.text.Chunk setStyle(com.lowagie.text.Chunk chunk)
          Sets the font to bold italic Helvetica.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangedTokenPrinter

public ChangedTokenPrinter()
Method Detail

setStyle

public com.lowagie.text.Chunk setStyle(com.lowagie.text.Chunk chunk)
Sets the font to bold italic Helvetica.

Specified by:
setStyle in interface Printer
Parameters:
chunk - text chunk to set the style to
Returns:
unchanged chunk