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 Dictionary
Page.graphicsStates
The ExtGState dictionary for the page.private Dictionary
Page.patterns
The pattern dictionary for this page.private Dictionary
Page.xObjects
Methods in org.jfree.pdf that return DictionaryModifier and TypeMethodDescriptionprivate Dictionary
Page.createDictionary()
private Dictionary
Page.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 Dictionary
Function.dictionary
The 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 Dictionary
Pages.createDictionary()
private Dictionary
PDFFont.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 Dictionary
PDFImage.createDictionary
(int streamLength) Creates a dictionary reflecting the current configuration for this image.protected Dictionary
PDFSoftMaskImage.createDictionary
(int streamLength) Creates a dictionary reflecting the current configuration for this image.protected Dictionary
Stream.createDictionary
(int streamLength) Creates the dictionary for this stream object.