|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.lowagie.text.pdf.PageResources
| Field Summary | |
protected PdfColorDictionary |
colorDictionary
|
protected PdfFontDictionary |
fontDictionary
|
protected HashMap |
forbiddenNames
|
protected int |
namePtr
|
protected PdfDictionary |
originalResources
|
protected PdfPatternDictionary |
patternDictionary
|
protected PdfShadingDictionary |
shadingDictionary
|
protected HashMap |
usedNames
|
protected PdfXObjectDictionary |
xObjectDictionary
|
| Constructor Summary | |
(package private) |
PageResources()
|
| Method Summary | |
(package private) PdfName |
addColor(PdfName name,
PdfIndirectReference reference)
|
(package private) PdfName |
addFont(PdfName name,
PdfIndirectReference reference)
|
(package private) PdfName |
addPattern(PdfName name,
PdfIndirectReference reference)
|
(package private) PdfName |
addShading(PdfName name,
PdfIndirectReference reference)
|
(package private) PdfName |
addXObject(PdfName name,
PdfIndirectReference reference)
|
(package private) PdfResources |
getResources()
|
(package private) void |
setOriginalResources(PdfDictionary resources,
PdfReader reader)
|
(package private) PdfName |
translateName(PdfName name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected PdfFontDictionary fontDictionary
protected PdfXObjectDictionary xObjectDictionary
protected PdfColorDictionary colorDictionary
protected PdfPatternDictionary patternDictionary
protected PdfShadingDictionary shadingDictionary
protected HashMap forbiddenNames
protected PdfDictionary originalResources
protected int namePtr
protected HashMap usedNames
| Constructor Detail |
PageResources()
| Method Detail |
void setOriginalResources(PdfDictionary resources,
PdfReader reader)
PdfName translateName(PdfName name)
PdfName addFont(PdfName name,
PdfIndirectReference reference)
PdfName addXObject(PdfName name,
PdfIndirectReference reference)
PdfName addColor(PdfName name,
PdfIndirectReference reference)
PdfName addShading(PdfName name,
PdfIndirectReference reference)
PdfName addPattern(PdfName name,
PdfIndirectReference reference)
PdfResources getResources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||