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 TypeClassDescriptionclassClass representing a font descriptor for CID fonts.classclass representing an /Dests dictionary objectclassclassclassClass representing an /EmbeddedFiles dictionary object (name tree).classClass representing an /Encoding object.classClass representing a /FileSpec object.classClass representing a /Font object.classClass representing a font descriptor (/FontDescriptor object).classA common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).classClass representing a TrueType font.classClass representing a Type0 font.classClass representing a Type1 or MMType1 font (not necessary for the base 14).classClass representing a Type3 font.classIdentified Dictionary.classOptional Content Group Dictionary, which we will call a 'layer'.classClass representing a PDF Names objectclassClass representing a PDF name tree node.classNavigation Node Dictionary, which we call a 'navigator'.classclassClass representing a PDF number tree node.classClass representing a /Page object.classClass representing a PDF /PageLabels dictionary.classClass representing a PDF /ParentTree.classThe PDF resource context.classClass representing a /Resources object.classClass representing a Root (/Catalog) object.classclassClass representing a PDF Structure Element.static classClass representing a placeholder for a PDF Structure Element.classClass representing a PDF /StructTreeRoot dictionary.classclassAn element in the document's structure tree.classTransition Dictionary This class is used to build a transition dictionary to specify the transition between pages.Fields in org.apache.fop.pdf with type parameters of type PDFDictionaryModifier and TypeFieldDescriptionprotected Map<String, PDFDictionary> PDFResources.fonts/Font objects keyed by their internal nameMethods in org.apache.fop.pdf that return PDFDictionaryModifier and TypeMethodDescriptionprotected final PDFDictionaryAbstractPDFStream.getDictionary()PDFRoot.getMarkInfo()Returns the MarkInfo dictionary.RefPDFFont.getRef()Methods in org.apache.fop.pdf with parameters of type PDFDictionaryModifier and TypeMethodDescriptionvoidPDFResources.addFont(String name, PDFDictionary font) voidAlphaRasterImage.populateXObjectDictionary(PDFDictionary dict) Populates the XObject's dictionary with additional values.voidBitmapImage.populateXObjectDictionary(PDFDictionary dict) Populates the XObject's dictionary with additional values.voidPDFImage.populateXObjectDictionary(PDFDictionary dict) Populates the XObject's dictionary with additional values.protected voidPDFFilterList.putFilterDictEntries(PDFDictionary dict) Apply the filters to the data in the order given and add the /Filter and /DecodeParms entries to the stream dictionary.voidPDFFileSpec.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 PDFDictionaryModifierConstructorDescriptionprotectedAbstractPDFStream(PDFDictionary dictionary) protectedAbstractPDFStream(PDFDictionary dictionary, boolean encodeOnTheFly) PDFDPart(PDFDictionary parent) PDFStream(PDFDictionary dictionary) PDFStream(PDFDictionary dictionary, boolean encodeOnTheFly) protectedPDFXObject(PDFDictionary dictionary) -
Uses of PDFDictionary in org.apache.fop.pdf.xref
Methods 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.pdfMethods in org.apache.fop.render.pdf with parameters of type PDFDictionaryModifier and TypeMethodDescriptionvoidAbstractImageAdapter.populateXObjectDictionary(PDFDictionary dict) Populates the XObject's dictionary with additional values.voidImageRawPNGAdapter.populateXObjectDictionary(PDFDictionary dict) voidImageRenderedAdapter.populateXObjectDictionary(PDFDictionary dict) Populates the XObject's dictionary with additional values.protected voidAbstractImageAdapter.populateXObjectDictionaryForIndexColorModel(PDFDictionary dict, IndexColorModel icm) This is to be used by populateXObjectDictionary() when the image is palette based.