org.egothor.duplicity.visualization
Class DeletedTokenPrinter

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

public class DeletedTokenPrinter
extends java.lang.Object
implements Printer

Sets style for deleted tokens. These tokens are printed in normal black striked through font.

Author:
Kate�ina Dufkov�

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

Constructor Detail

DeletedTokenPrinter

public DeletedTokenPrinter()
Method Detail

setStyle

public com.lowagie.text.Chunk setStyle(com.lowagie.text.Chunk chunk)
Sets the font to striked through Helvetica.

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