org.mapfish.print
Class TotalPageNum

java.lang.Object
  extended by org.mapfish.print.TotalPageNum

public class TotalPageNum
extends java.lang.Object

A class for handling the tricky task of displaying the total number of pages on each page of the document.


Constructor Summary
TotalPageNum(com.lowagie.text.pdf.PdfWriter writer, com.lowagie.text.Font font)
           
 
Method Summary
 com.lowagie.text.Chunk createPlaceHolder()
           
 void render(com.lowagie.text.pdf.PdfWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TotalPageNum

public TotalPageNum(com.lowagie.text.pdf.PdfWriter writer,
                    com.lowagie.text.Font font)
Method Detail

createPlaceHolder

public com.lowagie.text.Chunk createPlaceHolder()
                                         throws com.lowagie.text.BadElementException
Throws:
com.lowagie.text.BadElementException

render

public void render(com.lowagie.text.pdf.PdfWriter writer)


Copyright © 2009 Camptocamp SA. All Rights Reserved.