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'.(package private) static classclassClass 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.class(package private) static class(package private) static class(package private) class(package private) static class(package private) static class(package private) static class(package private) static 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 declared as PDFDictionaryModifier and TypeFieldDescriptionprivate final PDFDictionaryAbstractPDFStream.dictionaryprivate PDFDictionaryPDFResources.fontsObjprivate PDFDictionaryPDFLinearization.linearDictprivate PDFDictionaryPDFDPart.parentFields in org.apache.fop.pdf with type parameters of type PDFDictionaryModifier and TypeFieldDescriptionprivate List<PDFDictionary> PDFStructElem.attributesprotected Map<String, PDFDictionary> PDFResources.fonts/Font objects keyed by their internal nameprivate Map<String, PDFDictionary> PDFResources.fontsObjDictMethods 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.private voidPDFFilterList.putDecodeParams(PDFDictionary dict, List parms) 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.private voidPDFFilterList.putFilterEntries(PDFDictionary dict, List names) 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
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) classMethods in org.apache.fop.render.pdf that return PDFDictionaryModifier and TypeMethodDescriptionprivate PDFDictionaryPDFRenderingUtil.augmentDictionary(PDFDictionary dictionary, PDFDictionaryExtension extension) Methods in org.apache.fop.render.pdf with parameters of type PDFDictionaryModifier and TypeMethodDescriptionprivate voidPDFRenderingUtil.augmentDictionary(PDFDictionary dictionary, PDFCollectionEntryExtension entry) private PDFDictionaryPDFRenderingUtil.augmentDictionary(PDFDictionary dictionary, PDFDictionaryExtension extension) private ObjectPDFRenderingUtil.populateDictionary(PDFDictionary dictionary, List<?> entries) voidAbstractImageAdapter.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.