org.umber.crucible.pdf.cached
Class CachedText

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

public class CachedText
extends java.lang.Object


Constructor Summary
CachedText(java.lang.String text, PdfFont font)
           
 
Method Summary
 PdfFont getFont()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedText

public CachedText(java.lang.String text,
                  PdfFont font)
Method Detail

getText

public java.lang.String getText()

getFont

public PdfFont getFont()