org.egothor.duplicity.visualization
Class AddedTokenPrinter

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

public class AddedTokenPrinter
extends java.lang.Object
implements Printer

Sets style for added tokens. These tokens are printed in normal style - black font.

Author:
Kate�ina Dufkov�

Constructor Summary
AddedTokenPrinter()
           
 
Method Summary
 com.lowagie.text.Chunk setStyle(com.lowagie.text.Chunk chunk)
          Only sets the font to Helvetica, because no other style settings are needed for this printing style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddedTokenPrinter

public AddedTokenPrinter()
Method Detail

setStyle

public com.lowagie.text.Chunk setStyle(com.lowagie.text.Chunk chunk)
Only sets the font to Helvetica, because no other style settings are needed for this printing style.

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