Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
class: PageResources [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.PageResources
Field Summary
protected  PdfDictionary fontDictionary     
protected  PdfDictionary xObjectDictionary     
protected  PdfDictionary colorDictionary     
protected  PdfDictionary patternDictionary     
protected  PdfDictionary shadingDictionary     
protected  PdfDictionary extGStateDictionary     
protected  PdfDictionary propertyDictionary     
protected  HashMap forbiddenNames     
protected  PdfDictionary originalResources     
protected  int[] namePtr     
protected  HashMap usedNames     
Constructor:
 PageResources() 
Method from com.lowagie.text.pdf.PageResources Summary:
addColor,   addDefaultColor,   addDefaultColor,   addDefaultColorDiff,   addExtGState,   addFont,   addPattern,   addProperty,   addShading,   addXObject,   getResources,   hasResources,   setOriginalResources,   translateName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.PageResources Detail:
 PdfName addColor(PdfName name,
    PdfIndirectReference reference) 
  void addDefaultColor(PdfDictionary dic) 
  void addDefaultColor(PdfName name,
    PdfObject obj) 
  void addDefaultColorDiff(PdfDictionary dic) 
 PdfName addExtGState(PdfName name,
    PdfIndirectReference reference) 
 PdfName addFont(PdfName name,
    PdfIndirectReference reference) 
 PdfName addPattern(PdfName name,
    PdfIndirectReference reference) 
 PdfName addProperty(PdfName name,
    PdfIndirectReference reference) 
 PdfName addShading(PdfName name,
    PdfIndirectReference reference) 
 PdfName addXObject(PdfName name,
    PdfIndirectReference reference) 
 PdfDictionary getResources() 
 boolean hasResources() 
  void setOriginalResources(PdfDictionary resources,
    int[] newNamePtr) 
 PdfName translateName(PdfName name)