Uses of Class
org.apache.fop.pdf.PDFDictionary
Packages that use PDFDictionary
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFDictionary in org.apache.fop.pdf
Subclasses of PDFDictionary in org.apache.fop.pdfModifier and TypeClassDescriptionclass
Class representing a font descriptor for CID fonts.class
class representing an /Dests dictionary objectclass
class
class
Class representing an /EmbeddedFiles dictionary object (name tree).class
Class representing an /Encoding object.class
Class representing a /FileSpec object.class
Class representing a /Font object.class
Class representing a font descriptor (/FontDescriptor object).class
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).class
Class representing a TrueType font.class
Class representing a Type0 font.class
Class representing a Type1 or MMType1 font (not necessary for the base 14).class
Class representing a Type3 font.class
Identified Dictionary.class
Optional Content Group Dictionary, which we will call a 'layer'.(package private) static class
class
Class representing a PDF Names objectclass
Class representing a PDF name tree node.class
Navigation Node Dictionary, which we call a 'navigator'.class
class
Class representing a PDF number tree node.class
Class representing a /Page object.class
Class representing a PDF /PageLabels dictionary.class
Class representing a PDF /ParentTree.class
The PDF resource context.class
Class representing a /Resources object.class
Class representing a Root (/Catalog) object.class
class
Class representing a PDF Structure Element.static class
Class representing a placeholder for a PDF Structure Element.class
Class representing a PDF /StructTreeRoot dictionary.class
class
An element in the document's structure tree.class
Transition Dictionary This class is used to build a transition dictionary to specify the transition between pages.Fields in org.apache.fop.pdf declared as PDFDictionaryModifier and TypeFieldDescriptionprivate final PDFDictionary
AbstractPDFStream.dictionary
private PDFDictionary
PDFResources.fontsObj
private PDFDictionary
PDFLinearization.linearDict
private PDFDictionary
PDFDPart.parent
Fields in org.apache.fop.pdf with type parameters of type PDFDictionaryModifier and TypeFieldDescriptionprivate List<PDFDictionary>
PDFStructElem.attributes
protected Map<String,
PDFDictionary> PDFResources.fonts
/Font objects keyed by their internal nameprivate Map<String,
PDFDictionary> PDFResources.fontsObjDict
Methods in org.apache.fop.pdf that return PDFDictionaryModifier and TypeMethodDescriptionprotected final PDFDictionary
AbstractPDFStream.getDictionary()
PDFRoot.getMarkInfo()
Returns the MarkInfo dictionary.RefPDFFont.getRef()
Methods in org.apache.fop.pdf with parameters of type PDFDictionaryModifier and TypeMethodDescriptionvoid
PDFResources.addFont
(String name, PDFDictionary font) void
AlphaRasterImage.populateXObjectDictionary
(PDFDictionary dict) Populates the XObject's dictionary with additional values.void
BitmapImage.populateXObjectDictionary
(PDFDictionary dict) Populates the XObject's dictionary with additional values.void
PDFImage.populateXObjectDictionary
(PDFDictionary dict) Populates the XObject's dictionary with additional values.private void
PDFFilterList.putDecodeParams
(PDFDictionary dict, List parms) protected void
PDFFilterList.putFilterDictEntries
(PDFDictionary dict) Apply the filters to the data in the order given and add the /Filter and /DecodeParms entries to the stream dictionary.private void
PDFFilterList.putFilterEntries
(PDFDictionary dict, List names) void
PDFFileSpec.setEmbeddedFile
(PDFDictionary embeddedFileDict) Associates an dictionary with pointers to embedded file streams with this file spec.Constructors in org.apache.fop.pdf with parameters of type PDFDictionaryModifierConstructorDescriptionprotected
AbstractPDFStream
(PDFDictionary dictionary) protected
AbstractPDFStream
(PDFDictionary dictionary, boolean encodeOnTheFly) PDFDPart
(PDFDictionary parent) PDFStream
(PDFDictionary dictionary) PDFStream
(PDFDictionary dictionary, boolean encodeOnTheFly) protected
PDFXObject
(PDFDictionary dictionary) -
Uses of PDFDictionary in org.apache.fop.pdf.xref
Fields in org.apache.fop.pdf.xref declared as PDFDictionaryMethods in org.apache.fop.pdf.xref that return PDFDictionary -
Uses of PDFDictionary in org.apache.fop.render.pdf
Subclasses of PDFDictionary in org.apache.fop.render.pdfModifier and TypeClassDescriptionclass
(package private) class
Methods in org.apache.fop.render.pdf that return PDFDictionaryModifier and TypeMethodDescriptionprivate PDFDictionary
PDFRenderingUtil.augmentDictionary
(PDFDictionary dictionary, PDFDictionaryExtension extension) Methods in org.apache.fop.render.pdf with parameters of type PDFDictionaryModifier and TypeMethodDescriptionprivate void
PDFRenderingUtil.augmentDictionary
(PDFDictionary dictionary, PDFCollectionEntryExtension entry) private PDFDictionary
PDFRenderingUtil.augmentDictionary
(PDFDictionary dictionary, PDFDictionaryExtension extension) private Object
PDFRenderingUtil.populateDictionary
(PDFDictionary dictionary, List<?> entries) void
AbstractImageAdapter.populateXObjectDictionary
(PDFDictionary dict) Populates the XObject's dictionary with additional values.void
ImageRawPNGAdapter.populateXObjectDictionary
(PDFDictionary dict) void
ImageRenderedAdapter.populateXObjectDictionary
(PDFDictionary dict) Populates the XObject's dictionary with additional values.protected void
AbstractImageAdapter.populateXObjectDictionaryForIndexColorModel
(PDFDictionary dict, IndexColorModel icm) This is to be used by populateXObjectDictionary() when the image is palette based.