org.egothor.duplicity.visualization
Class NormalTokenPrinter

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

public class NormalTokenPrinter
extends java.lang.Object
implements Printer

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

Author:
Kate�ina Dufkov�

Constructor Summary
NormalTokenPrinter()
           
 
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

NormalTokenPrinter

public NormalTokenPrinter()
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