Uses of Class
org.apache.fop.pdf.PDFDictionary
-
Packages that use PDFDictionary Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.pdf.xref org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFDictionary in org.apache.fop.pdf
Subclasses of PDFDictionary in org.apache.fop.pdf Modifier and Type Class Description classPDFCIDFontDescriptorClass representing a font descriptor for CID fonts.classPDFDestsclass representing an /Dests dictionary objectclassPDFDPartclassPDFDPartRootclassPDFEmbeddedFilesClass representing an /EmbeddedFiles dictionary object (name tree).classPDFEncodingClass representing an /Encoding object.classPDFFileSpecClass representing a /FileSpec object.classPDFFontClass representing a /Font object.classPDFFontDescriptorClass representing a font descriptor (/FontDescriptor object).classPDFFontNonBase14A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).classPDFFontTrueTypeClass representing a TrueType font.classPDFFontType0Class representing a Type0 font.classPDFFontType1Class representing a Type1 or MMType1 font (not necessary for the base 14).classPDFFontType3Class representing a Type3 font.classPDFIdentifiedDictionaryIdentified Dictionary.classPDFLayerOptional Content Group Dictionary, which we will call a 'layer'.classPDFNamesClass representing a PDF Names objectclassPDFNameTreeNodeClass representing a PDF name tree node.classPDFNavigatorNavigation Node Dictionary, which we call a 'navigator'.classPDFNavigatorActionclassPDFNumberTreeNodeClass representing a PDF number tree node.classPDFPageClass representing a /Page object.classPDFPageLabelsClass representing a PDF /PageLabels dictionary.classPDFParentTreeClass representing a PDF /ParentTree.classPDFResourceContextThe PDF resource context.classPDFResourcesClass representing a /Resources object.classPDFRootClass representing a Root (/Catalog) object.classPDFSetOCGStateActionclassPDFStructElemClass representing a PDF Structure Element.static classPDFStructElem.PlaceholderClass representing a placeholder for a PDF Structure Element.classPDFStructTreeRootClass representing a PDF /StructTreeRoot dictionary.classPDFTransitionActionclassStructureHierarchyMemberAn element in the document's structure tree.classTransitionDictionaryTransition 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 PDFDictionary Modifier and Type Field Description protected java.util.Map<java.lang.String,PDFDictionary>PDFResources. fonts/Font objects keyed by their internal nameMethods in org.apache.fop.pdf that return PDFDictionary Modifier and Type Method Description protected PDFDictionaryAbstractPDFStream. getDictionary()PDFDictionaryPDFRoot. getMarkInfo()Returns the MarkInfo dictionary.PDFDictionaryRefPDFFont. getRef()Methods in org.apache.fop.pdf with parameters of type PDFDictionary Modifier and Type Method Description voidPDFResources. addFont(java.lang.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 PDFDictionary Constructor Description AbstractPDFStream(PDFDictionary dictionary)AbstractPDFStream(PDFDictionary dictionary, boolean encodeOnTheFly)PDFDPart(PDFDictionary parent)PDFStream(PDFDictionary dictionary)PDFStream(PDFDictionary dictionary, boolean encodeOnTheFly)PDFXObject(PDFDictionary dictionary) -
Uses of PDFDictionary in org.apache.fop.pdf.xref
Methods in org.apache.fop.pdf.xref that return PDFDictionary Modifier and Type Method Description PDFDictionaryTrailerDictionary. getDictionary() -
Uses of PDFDictionary in org.apache.fop.render.pdf
Subclasses of PDFDictionary in org.apache.fop.render.pdf Modifier and Type Class Description classPageSequenceStructElemMethods in org.apache.fop.render.pdf with parameters of type PDFDictionary Modifier and Type Method Description 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, java.awt.image.IndexColorModel icm)This is to be used by populateXObjectDictionary() when the image is palette based.
-