Uses of Class
org.jfree.pdf.dictionary.Dictionary
Packages that use Dictionary
Package
Description
Contains
PDFGraphics2D and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).Contains shading classes that support the
PDFGraphics2D
implementation.-
Uses of Dictionary in org.jfree.pdf
Fields in org.jfree.pdf declared as DictionaryModifier and TypeFieldDescriptionprivate DictionaryPage.graphicsStatesThe ExtGState dictionary for the page.private DictionaryPage.patternsThe pattern dictionary for this page.private DictionaryPage.xObjectsMethods in org.jfree.pdf that return DictionaryModifier and TypeMethodDescriptionprivate DictionaryPage.createDictionary()private DictionaryPage.createFontDictionary() -
Uses of Dictionary in org.jfree.pdf.dictionary
Fields in org.jfree.pdf.dictionary declared as Dictionary -
Uses of Dictionary in org.jfree.pdf.function
Fields in org.jfree.pdf.function declared as DictionaryModifier and TypeFieldDescriptionprotected DictionaryFunction.dictionaryThe function dictionary. -
Uses of Dictionary in org.jfree.pdf.internal
Fields in org.jfree.pdf.internal declared as DictionaryMethods in org.jfree.pdf.internal that return DictionaryModifier and TypeMethodDescriptionprivate DictionaryPages.createDictionary()private DictionaryPDFFont.createDictionary() -
Uses of Dictionary in org.jfree.pdf.shading
Fields in org.jfree.pdf.shading declared as Dictionary -
Uses of Dictionary in org.jfree.pdf.stream
Methods in org.jfree.pdf.stream that return DictionaryModifier and TypeMethodDescriptionprotected DictionaryPDFImage.createDictionary(int streamLength) Creates a dictionary reflecting the current configuration for this image.protected DictionaryPDFSoftMaskImage.createDictionary(int streamLength) Creates a dictionary reflecting the current configuration for this image.protected DictionaryStream.createDictionary(int streamLength) Creates the dictionary for this stream object.