|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PageResources
Field Summary | |
protected PdfDictionary |
colorDictionary
|
protected PdfDictionary |
extGStateDictionary
|
protected PdfDictionary |
fontDictionary
|
protected HashMap |
forbiddenNames
|
protected int[] |
namePtr
|
protected PdfDictionary |
originalResources
|
protected PdfDictionary |
patternDictionary
|
protected PdfDictionary |
shadingDictionary
|
protected HashMap |
usedNames
|
protected PdfDictionary |
xObjectDictionary
|
Constructor Summary | |
(package private) |
PageResources()
|
Method Summary | |
(package private) PdfName |
addColor(PdfName name,
PdfIndirectReference reference)
|
(package private) PdfName |
addExtGState(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) PdfDictionary |
getResources()
|
(package private) void |
setOriginalResources(PdfDictionary resources,
int[] newNamePtr)
|
(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 PdfDictionary fontDictionary
protected PdfDictionary xObjectDictionary
protected PdfDictionary colorDictionary
protected PdfDictionary patternDictionary
protected PdfDictionary shadingDictionary
protected PdfDictionary extGStateDictionary
protected HashMap forbiddenNames
protected PdfDictionary originalResources
protected int[] namePtr
protected HashMap usedNames
Constructor Detail |
PageResources()
Method Detail |
void setOriginalResources(PdfDictionary resources, int[] newNamePtr)
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)
PdfName addExtGState(PdfName name, PdfIndirectReference reference)
PdfDictionary getResources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |