org.umber.crucible.pdf.cached
Class CachedPdfPage

java.lang.Object
  extended byorg.umber.crucible.pdf.cached.CachedPdfPage

public class CachedPdfPage
extends java.lang.Object


Constructor Summary
CachedPdfPage()
           
CachedPdfPage(int width, int height)
           
 
Method Summary
 void addImage(java.lang.String imagePath, int x, int y)
           
 void addText(java.lang.String text, PdfFont font)
           
 CachedImage[] getImages()
           
protected  Dimension getPageSize()
           
 CachedText[] getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedPdfPage

public CachedPdfPage()

CachedPdfPage

public CachedPdfPage(int width,
                     int height)
Method Detail

getPageSize

protected Dimension getPageSize()

addText

public void addText(java.lang.String text,
                    PdfFont font)

addImage

public void addImage(java.lang.String imagePath,
                     int x,
                     int y)

getText

public CachedText[] getText()

getImages

public CachedImage[] getImages()